attempt to add mdl
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
2e6cfb42af
commit
7c54261114
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
all
|
||||
rule 'MD007', :indent => 4
|
||||
rule 'MD007', :indent => 2
|
||||
rule 'MD013', :tables => false
|
||||
|
10
checks.nix
10
checks.nix
@ -43,6 +43,16 @@ forEachSystem (system: {
|
||||
# toml hooks
|
||||
check-toml.enable = true;
|
||||
|
||||
# markdown hooks
|
||||
mdl = {
|
||||
enable = true;
|
||||
settings.rules = [
|
||||
"all"
|
||||
"rule 'MD007', :indent => 2"
|
||||
"rule 'MD013', :tables => false"
|
||||
];
|
||||
};
|
||||
|
||||
# git hooks
|
||||
check-merge-conflicts.enable = true;
|
||||
## prevents committing to main
|
||||
|
Loading…
x
Reference in New Issue
Block a user