Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 24, 2024
1 parent b5bd4b7 commit a8b9955
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
### ansible linter config
###
### more details:
### - https://ansible-lint.readthedocs.io/en/latest/configuring/#configuration-file
### Please keep in mind how to skip rule inside a playbook/role:
### - https://ansible-lint.readthedocs.io/en/latest/rules/#false-positives-skipping-rules
# ansible-lint config
# see: https://ansible.readthedocs.io/projects/lint/usage/#specifying-rules-at-runtime
# Please keep in mind how to skip rule inside a playbook/role:
# https://ansible.readthedocs.io/projects/lint/usage/#muting-warnings-to-avoid-false-positives

exclude_paths:
- .idea/
Expand All @@ -18,4 +16,4 @@ verbosity: 1

# skip_list:
# enable_list:
# warn_list:
# warn_list:
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.idea/*
*.tar.gz
.cache
1 change: 1 addition & 0 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
YAML_YAMLLINT_CONFIG_FILE: .yamllint
YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: server_packages_redhat.yml
ANSIBLE_DIRECTORY: any
ANSIBLE_ANSIBLE_LINT_ARGUMENTS: --force-color -p
DISABLE_ERRORS_LINTERS:
- SPELL_CSPELL
- REPOSITORY_DEVSKIM

0 comments on commit a8b9955

Please sign in to comment.