93d34a2aba
Change-Id: Iff0f37b1a76d81df7e5b20d76cefd0c879a150f6
36 lines
904 B
Plaintext
36 lines
904 B
Plaintext
exclude_paths:
|
|
- releasenotes/
|
|
- ci/playbooks/
|
|
parseable: true
|
|
quiet: false
|
|
rulesdir:
|
|
- .ansible-lint_rules/
|
|
|
|
# Mock modules or roles in order to pass ansible-playbook --syntax-check
|
|
mock_modules:
|
|
- hiera
|
|
- validations_read_ini
|
|
- warn
|
|
mock_roles:
|
|
- check_latest_packages_version
|
|
|
|
skip_list:
|
|
# Lines should be no longer than 120 chars.
|
|
- '204'
|
|
# Using command rather module we have where
|
|
# we need to use curl or rsync.
|
|
- '303'
|
|
# shell tasks uses pipeline without pipefail,
|
|
# this requires refactoring, skip for now.
|
|
- '306'
|
|
# Tasks that run when changed should likely be handlers
|
|
# this requires refactoring, skip for now.
|
|
- '503'
|
|
# meta/main.yml should contain relevant info
|
|
- '701'
|
|
# Tags must contain lowercase letters and digits only
|
|
- '702'
|
|
# meta/main.yml default values should be changed
|
|
- '703'
|
|
verbosity: 1
|