Skip to content

Commit

Permalink
Update GraphQL installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed May 7, 2022
1 parent ea67d22 commit 338c033
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ RUN npm install --no-cache --ignore-scripts \
dockerfilelint \
editorconfig-checker \
gherkin-lint \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/dart/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/documentation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/dotnet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ RUN npm install --no-cache --ignore-scripts \
dockerfilelint \
editorconfig-checker \
gherkin-lint \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/salesforce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/scala/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/swift/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions flavors/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ RUN npm install --no-cache --ignore-scripts \
stylelint-scss \
dockerfilelint \
editorconfig-checker \
graphql \
graphql-schema-linter \
npm-groovy-lint \
htmlhint \
Expand Down
1 change: 1 addition & 0 deletions megalinter/descriptors/graphql.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ linters:
- "graphql-schema-linter myfile.graphql"
install:
npm:
- graphql
- graphql-schema-linter

0 comments on commit 338c033

Please sign in to comment.