Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Infrastructure
Public
ansible
ansible-awx-template
Commits
883e8487
Unverified
Commit
883e8487
authored
Feb 11, 2021
by
Louis Abel
📺
Browse files
adding lint configs
parent
3df9ac93
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ansible-lint
View file @
883e8487
# .ansible-lint
warn_list:
- '106'
- '204' # Lines should be less than 160 characters
- '701' # meta/main.yml should contain relevant info
skip_list:
- '106' # Role name must match ^[a-z][a-z0-9_]+$ pattern
.yamllint
0 → 100644
View file @
883e8487
---
extends: default
rules:
line-length:
max: 140
level: warning
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment