Skip to content

Commit

Permalink
Fix linter failures. (#637)
Browse files Browse the repository at this point in the history
* Fixing linters

* Fixing indent

---------

Co-authored-by: Javy de Koning <javy@amazon.nl>
  • Loading branch information
javydekoning and Javy de Koning authored Jul 20, 2023
1 parent 1ca7739 commit e348ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ FILEIO_REPORTER: false

# Install pluging for list handling.
JSON_PRETTIER_PRE_COMMANDS:
- command: npm install -g prettier-plugin-multiline-arrays@1.1.3
- command: |
npm install -g prettier-plugin-multiline-arrays@1.1.4
npm install --prefix /node-deps/ prettier-plugin-multiline-arrays@1.1.4
cwd: "workspace"
CLOUDFORMATION_CFN_LINT_CONFIG_FILE: '.cfnlintrc'
Expand All @@ -40,3 +42,5 @@ MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS: '-q'
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
SPELL_CSPELL_ARGUMENTS: '--gitignore --no-progress --show-suggestions'
SPELL_CSPELL_FILE_EXTENSIONS: ["*"]
TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES:
- GITHUB_TOKEN
Empty file.

0 comments on commit e348ed1

Please sign in to comment.