Skip to content

Commit

Permalink
Merge branch 'master' into fix-618
Browse files Browse the repository at this point in the history
  • Loading branch information
javydekoning committed Apr 19, 2024
2 parents aa36d98 + 4ebf49b commit 6cbd802
Show file tree
Hide file tree
Showing 309 changed files with 2,671 additions and 765 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,6 @@ max_line_length = 120
indent_style = tab
indent_size = 4
tab_width = 4

[*.sh]
space_redirects = true
10 changes: 6 additions & 4 deletions .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"emphasis-style": {
"style": "consistent"
},
"no-duplicate-header": {
"allow_different_nesting": true
"no-duplicate-heading": {
"siblings_only": true
},
"heading-style": {
"style": "consistent"
"style": "atx"
},
"ul-style": {
"style": "dash"
Expand All @@ -28,7 +28,9 @@
"ol-prefix": {
"style": "one_or_ordered"
},
"no-inline-html": true,
"no-inline-html": {
"allowed_elements": []
},
"no-emphasis-as-heading": {
"punctuation": ".,;:!。,;:"
},
Expand Down
7 changes: 6 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ APPLY_FIXES: none
# If you use ENABLE_LINTERS variable, all other linters will be disabled by default
ENABLE_LINTERS:
- BASH_EXEC
- BASH_SHFMT
- CLOUDFORMATION_CFN_LINT
- DOCKERFILE_HADOLINT
- EDITORCONFIG_EDITORCONFIG_CHECKER
Expand All @@ -30,16 +31,20 @@ FILEIO_REPORTER: false

# Install plugin for list handling.
JSON_PRETTIER_PRE_COMMANDS:
- command: "npm install prettier-plugin-multiline-arrays@3.0.0"
- command: "npm install prettier-plugin-multiline-arrays@3.0.4"
cwd: "workspace"

CLOUDFORMATION_CFN_LINT_CONFIG_FILE: '.cfnlintrc'
CLOUDFORMATION_CFN_LINT_FILE_EXTENSIONS: [".yml", ".yaml"]

EDITORCONFIG_EDITORCONFIG_CHECKER_CONFIG_FILE: '.ecrc.json'

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

Expand Down
Loading

0 comments on commit 6cbd802

Please sign in to comment.