Commit Graph

7 Commits

Author SHA1 Message Date
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
Robert Kaussow 12f8ad2e12
docs: fix icons in more menu 2021-03-05 09:29:00 +01:00
Robert Kaussow 43d7edca32
refactor plugin system to use a class-based approach (#68)
* refactor plugin system to use a class-based approach

* disable some docstring linter errors and fix imports

* cleanup

* fix docs

* add metavars to cli arguments for better helptext

* add option to disable buildin rules

* remove print

* remove dead code
2021-01-30 16:52:48 +01:00
Robert Kaussow b002912c53
add documentation how to exclude tasks 2020-10-08 00:01:13 +02:00
Robert Kaussow b6f7ec1d73
migrate to thegeeklab namespace 2020-09-27 14:56:49 +02:00
Robert Kaussow 161141edab remove faulty submodule 2020-01-15 00:15:13 +01:00
Robert Kaussow 57bfa64bd0 deploy docs page 2020-01-15 00:10:20 +01:00