Skip to content

Commit

Permalink
Merge branch 'feature-createorganizationalunit' of github.com:ethanBa…
Browse files Browse the repository at this point in the history
…ird/aws-deployment-framework into feature-createorganizationalunit
  • Loading branch information
ethanBaird committed Apr 10, 2024
2 parents 4798b26 + db464a0 commit 955d3e4
Show file tree
Hide file tree
Showing 310 changed files with 2,665 additions and 757 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 [email protected].0"
- command: "npm install [email protected].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 955d3e4

Please sign in to comment.