ansible-later/ansiblelater
Robert Kaussow 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
..
rules refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
test refactor: replace str.format with f-strings (#521) 2023-01-09 11:59:25 +01:00
utils refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
__init__.py build: migrate to poetry 2020-12-28 16:21:51 +01:00
__main__.py refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
candidate.py refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
exceptions.py refctor: migrate flake8 to ruff python linter (#540) 2023-02-10 08:51:17 +01:00
logger.py fix linting 2024-01-15 15:26:56 +01:00
rule.py refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00
settings.py refactor: drop default standards version and rename to rules (#752) 2024-01-25 21:40:15 +01:00