Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9830: fix mardown linting error in DEV build due to web-ifc files in dist folder (fix_9830) #9979

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

mahmoudadel54
Copy link
Collaborator

Description

  • Add the path of dist of client build into .markdownlintignore to ignore lint error in build process

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe: add dist path into '.markdownlintignore' file

Issue

#9830

What is the current behavior?
#9830

What is the new behavior?
Now, there is no error occurred for markdown linting in build process.

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No
…eb-ifc package in dist folder

Description:
- Add the path of dist of client build into .markdownlintignore
@allyoucanmap allyoucanmap merged commit 4a4202f into geosolutions-it:master Feb 20, 2024
6 checks passed
@allyoucanmap
Copy link
Contributor

@ElenaGallo please test this fix on dev, thanks. This should solve the build problem.

@ElenaGallo
Copy link
Contributor

The DEV build is fine now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment