mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
23 lines
458 B
Text
23 lines
458 B
Text
---
|
|
ignore: |
|
|
tests/
|
|
molecule/
|
|
.gitlab-ci.yml
|
|
*molecule.yml
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
indentation:
|
|
# Requiring 4 space indentation
|
|
spaces: 4
|
|
# Requiring consistent indentation within a file, either indented or not
|
|
indent-sequences: consistent
|
|
truthy: disable
|
|
braces:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
brackets:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
line-length: disable
|