mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-09 23:00:40 +00:00
Robert Kaussow
2df48598ec
BREAKING CHANGE: The option to define a `Standards` version has been removed. Every new rule that is added on upcoming releases is activated by default and will also create errors if triggered. The behavior of rules can be controlled by the existing `rules.exclude_filter` or `rules.warning_filter` options. BREAKING CHANGE: The option `rules.buildin` has been renamed to `rules.builtin`. BREAKING CHANGE: The option `rules.standards` has been renamed to `rules.dir`. BREAKING CHANGE: The option `rules.filter` has been renamed to `rules.include_filter`.
28 lines
639 B
YAML
28 lines
639 B
YAML
---
|
|
main:
|
|
- name: Setup
|
|
sub:
|
|
- name: Using pip
|
|
ref: "/setup/pip"
|
|
- name: From source
|
|
ref: "/setup/source"
|
|
- name: Configuration
|
|
ref: "/configuration"
|
|
sub:
|
|
- name: Default settings
|
|
ref: "/configuration/defaults"
|
|
- name: CLI options
|
|
ref: "/configuration/cli"
|
|
- name: Exclude tasks
|
|
ref: "/configuration/excludes"
|
|
- name: Usage
|
|
ref: "/usage"
|
|
- name: Included rules
|
|
ref: "/included_rules"
|
|
- name: Build your own rules
|
|
sub:
|
|
- name: Candidates
|
|
ref: "/build_rules/candidates"
|
|
- name: Rules
|
|
ref: "/build_rules/rule"
|