Commit Graph

9 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
440aaea5b1
feat: add config option to exclude modules from native yaml check (#236) 2021-10-10 22:59:52 +02:00
e74cd668d9
remove doubleslash entries from CheckNativeYaml task_action 2021-06-08 09:24:17 +02:00
3e6740d498
use utf8 decode 2021-06-08 01:48:39 +02:00
af357c29ce
fix quoting regression 2021-06-07 18:08:56 +02:00
aa29687fc8
fix: fix quoting regression 2021-06-07 17:29:44 +02:00
1652014f9c
fix: fix encoding error if string contains backslashes (#152) 2021-06-07 16:28:14 +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