Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-ipa-management
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Infrastructure
Public
ansible
ansible-ipa-management
Commits
66647c3f
Unverified
Commit
66647c3f
authored
4 years ago
by
Louis Abel
Browse files
Options
Downloads
Patches
Plain Diff
merging lints
parent
79cb2e43
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ansible-lint
+6
-0
6 additions, 0 deletions
.ansible-lint
.yamllint
+7
-0
7 additions, 0 deletions
.yamllint
with
13 additions
and
0 deletions
.ansible-lint
0 → 100644
+
6
−
0
View file @
66647c3f
# .ansible-lint
warn_list:
- '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
This diff is collapsed.
Click to expand it.
.yamllint
0 → 100644
+
7
−
0
View file @
66647c3f
---
extends: default
rules:
line-length:
max: 140
level: warning
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