Commit Graph

19 Commits

Author SHA1 Message Date
2f4e35d83c
refactor: use lint-like rule identifier (#757) 2024-01-27 19:56:35 +01:00
2df48598ec
refactor: drop default standards version and rename to rules (#752)
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`.
2024-01-25 21:40:15 +01:00
Thorsten B
2f2d687f49
docs: fix minor typo (#719) 2023-11-15 21:07:55 +01:00
e588c9469f
fix: fix exclude_files while ignore_dotfiles is disabled (#678) 2023-09-26 20:50:42 +02:00
106feff9ba
feat: add pre-commit support (#543)
Co-authored-by: Douglas Thor <doug.thor@gmail.com>
2023-02-10 10:15:01 +01:00
505a2aef5d
feat: add rule to check standards version (#522) 2023-01-09 16:25:16 +01:00
440aaea5b1
feat: add config option to exclude modules from native yaml check (#236) 2021-10-10 22:59:52 +02:00
dde7eae3b8
feat: add config option to exclude tasks from named task check (#232) 2021-10-10 18:30:40 +02:00
123f8fbcb5
fix: report deprecated ansible-later features as warning by default (#233) 2021-10-10 17:00:44 +02:00
6bbd302480
docs: add linkback to possible configuration override options (#231) 2021-10-10 15:50:59 +02:00
c5f4f2212f
feat: add config option to set allowed literal bools (#225) 2021-10-07 22:59:39 +02:00
53444a4a75
feat: allow to set standards version in config file (#69)
* feat: allow to set standards version in config file

* add documentation
2021-02-01 20:27:00 +01:00
b002912c53
add documentation how to exclude tasks 2020-10-08 00:01:13 +02:00
3d88f0b8f8
allow different naming for the directory based config file 2020-06-27 22:41:51 +02:00
d7dac43a72
add custom modules auto-detection 2020-06-27 22:33:51 +02:00
bec9789649
disable spellchecker for 'highlight' shortcodes 2020-06-07 16:39:14 +02:00
7c6dfed431 fix spelling and formatting of the docs 2020-06-03 16:23:46 +02:00
161141edab remove faulty submodule 2020-01-15 00:15:13 +01:00
57bfa64bd0 deploy docs page 2020-01-15 00:10:20 +01:00