Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-public
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
system
ansible-public
Commits
84b98ea8
Commit
84b98ea8
authored
1 year ago
by
Antoine SCHILDKNECHT
Browse files
Options
Downloads
Plain Diff
Add/Update lint configurations | refs
#37712
parents
493b8253
2cdbb306
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.lint/ansible-lint-prod.conf
+21
-0
21 additions, 0 deletions
.lint/ansible-lint-prod.conf
.lint/ansible-lint.conf
+2
-5
2 additions, 5 deletions
.lint/ansible-lint.conf
with
23 additions
and
5 deletions
.lint/ansible-lint-prod.conf
0 → 100644
+
21
−
0
View file @
84b98ea8
---
profile
:
production
# min, basic, moderate, safety, shared, production
exclude_paths
:
- ../
playbooks
/
bench
-
monitoring
.
yml
- .
cache
/
- ${
HOME
}/.
cache
/
skip_list
:
-
meta
-
no
-
info
# Skip warnings for missing galaxy_info in roles
-
role
-
name
# Skip role name pattern verification ("-" should not be used)
-
package
-
latest
# Skip warning when package installation state is set to latest
-
experimental
# Skip all rules tagged as experimental, as schema validation
-
name
[
play
]
# Skip the rule dictating that all play should have a name
-
name
[
casing
]
# Skip the rule dictating that all task name should begin with uppercase
-
template
-
instead
-
of
-
copy
# Skip forcing the use of templates
-
name
[
template
]
# Skip forcing to use jinja var at the end of a task name
-
fqcn
[
action
]
# Skip full FQCN for ansible actions
...
This diff is collapsed.
Click to expand it.
.lint/ansible-lint.conf
+
2
−
5
View file @
84b98ea8
---
profile
:
basic
# min, basic, moderate, safety, shared, production
exclude_paths
:
- ../
playbooks
/
bench
-
monitoring
.
yml
- .
cache
/
- ${
HOME
}/.
cache
/
skip_list
:
-
meta
-
no
-
info
# Skip warnings for missing galaxy_info in roles
-
role
-
name
# Skip role name pattern verification ("-" should not be used)
-
package
-
latest
# Skip warning when package installation state is set to latest
-
experimental
# Skip all rules tagged as experimental, as schema validation
-
name
[
play
]
# Skip the rule dictating that all play should have a name
-
name
[
casing
]
# Skip the rule dictating that all task name should begin with uppercase
-
template
-
instead
-
of
-
copy
# Skip forcing the use of templates
-
name
[
template
]
# Skip forcing to use jinja var at the end of a task name
-
fqcn
[
action
]
# Skip full FQCN for ansible actions
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment