Commit Graph

11 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
c218c41a74
docs: fix spellchecking 2021-05-22 15:42:29 +02:00
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
0a0fdb7c81
chore: replace master by main as default branch 2020-12-30 15:11:26 +01:00
b6f7ec1d73
migrate to thegeeklab namespace 2020-09-27 14:56:49 +02:00
bec9789649
disable spellchecker for 'highlight' shortcodes 2020-06-07 16:39:14 +02:00
2ecfe47250 fix broken link 2020-06-03 16:40:58 +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