##########################
##########################
## Ansible Linter rules ##
##########################
##########################

#############################
# Exclude paths from linter #
#############################
# exclude_paths:
#   - .cache/

########################
# Make output parsable #
########################
# parseable: false

#######################
# Set output to quiet #
#######################
quiet: true

#####################
# Path to rules dir #
#####################
# rulesdir:

################
# Tags to skip #
################
skip_list:
  - jinja[spacing]
  - yaml[indentation]
  - schema[meta]
  - no-handler
  - risky-file-permissions
  - no-changed-when
  - no-free-form
  - fqcn[keyword]
  # Common violations to skip
  - yaml[new-line-at-end-of-file]
  - yaml[octal-values]
  - yaml[trailing-spaces]
  - yaml[line-length]
  - yaml[truthy]
  - yaml[empty-lines]
  - var-naming[no-role-prefix]
  - fqcn[action-core]
  - meta-runtime[unsupported-version]

##################
# Tags to follow #
##################
# tags:

#############
# Use rules #
#############
use_default_rules: true

#################
# Set verbosity #
#################
verbosity: 1
