Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Infrastructure
Public
ansible
ansible-gitlab-management
Commits
20ce9eca
Unverified
Commit
20ce9eca
authored
Feb 11, 2021
by
Louis Abel
📺
Browse files
merging lints
parent
6984ca6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ansible-lint
View file @
20ce9eca
# .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 @
20ce9eca
---
extends: default
rules:
line-length:
max: 140
level: warning
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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