-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4b52cbb
commit 257d701
Showing
6 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--- | ||
skip_list: | ||
- '306' # Shells that use pipes should set the pipefail option | ||
- experimental # all rules tagged as experimental | ||
- fqcn-builtins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# these python extensions are for testing | ||
tox | ||
pipx | ||
attrs>=19.2.0 | ||
sh==1.12.14 | ||
ansible==2.9.27 | ||
molecule==3.2.3 | ||
molecule-docker | ||
yamllint==1.26.3 | ||
ansible-lint==4.3.7 | ||
ansible-later==1.4.0 | ||
rich==12.5.1 | ||
ansible==6.2.0 | ||
ansible-lint==6.4.0 | ||
molecule==4.0.1 | ||
molecule-docker==2.0.0 | ||
molecule-vagrant-1.0.0 | ||
yamllint==1.28.0 | ||
docker>=4.3.1 | ||
ssh-audit | ||
anyconfig>=0.10.0 # not directly required, pinned by Snyk to avoid a vulnerability | ||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability |