Skip to content

Commit

Permalink
Attempt to get ansible-lint back up and running.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 22, 2021
1 parent 3a164a5 commit 29019f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
skip_list:
- '204'
- '106'
- 'yaml'
- 'role-name'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.retry
*/__pycache__
*.pyc
.cache
4 changes: 4 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
extends: default

rules:
line-length:
max: 160
level: warning

ignore: |
.github/stale.yml

0 comments on commit 29019f4

Please sign in to comment.