Skip to content

Commit 8b3aafe

Browse files
author
armab
committed
Skip new unnecessary ansible-lint checks
1 parent df45497 commit 8b3aafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Ansible-lint check
1616
command: |
1717
ansible-lint --version
18-
ansible-lint -x 204 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
18+
ansible-lint -x 106,204,208 -v roles/*/*/*.yaml roles/*/*/*.yml stackstorm.yml
1919
2020
# Run YAML lint checks
2121
yaml-lint:

0 commit comments

Comments
 (0)