Commit Graph

6 Commits

Author SHA1 Message Date
8834d1e1d8
Revert "fix linting"
This reverts commit f3646adf15.
2023-06-28 09:14:39 +02:00
f3646adf15
fix linting 2023-06-28 08:19:08 +02:00
79d1738322
chore: rename loop var to reflect list item type (#506) 2022-12-12 09:15:05 +01:00
fa35feee18
fix: only check filter strings for separation instead of the entire line (#502) 2022-12-11 12:43:04 +01:00
85e5c41b32
fix: replace potential regex syntax used in filters (#421) 2022-08-01 08:28:10 +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