Skip to content

Commit

Permalink
Add gherkin-lint in c_cpp flavor (#3698)
Browse files Browse the repository at this point in the history
* Add gherkin-lint in c_cpp flavor

Fixes #3695

* changelog
  • Loading branch information
nvuillam authored Jun 29, 2024
1 parent c5901ce commit 5ccf1e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- Doc

- Flavors
- Add gherkin-lint in c_cpp flavor

- CI
- Bump actions/checkout from 3 to 4
Expand Down
1 change: 1 addition & 0 deletions flavors/c_cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ RUN npm --no-cache install --ignore-scripts --omit=dev \
stylelint-config-standard \
stylelint-config-sass-guidelines \
stylelint-scss \
gherkin-lint \
graphql \
graphql-schema-linter \
npm-groovy-lint \
Expand Down
1 change: 1 addition & 0 deletions flavors/c_cpp/flavor.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"DOCKERFILE_HADOLINT",
"EDITORCONFIG_EDITORCONFIG_CHECKER",
"ENV_DOTENV_LINTER",
"GHERKIN_GHERKIN_LINT",
"GRAPHQL_GRAPHQL_SCHEMA_LINTER",
"GROOVY_NPM_GROOVY_LINT",
"HTML_DJLINT",
Expand Down
1 change: 1 addition & 0 deletions megalinter/descriptors/all_flavors.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"DOCKERFILE_HADOLINT",
"EDITORCONFIG_EDITORCONFIG_CHECKER",
"ENV_DOTENV_LINTER",
"GHERKIN_GHERKIN_LINT",
"GRAPHQL_GRAPHQL_SCHEMA_LINTER",
"GROOVY_NPM_GROOVY_LINT",
"HTML_DJLINT",
Expand Down
1 change: 1 addition & 0 deletions megalinter/descriptors/gherkin.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
descriptor_id: GHERKIN
descriptor_type: tooling_format
descriptor_flavors:
- c_cpp
- dotnet
- dotnetweb
file_extensions:
Expand Down

0 comments on commit 5ccf1e4

Please sign in to comment.