ci: configure hook exclusions and fix README lint (MD040/MD056)
This commit is contained in:
parent
67960b7b3b
commit
cf851c1c30
1 changed files with 50 additions and 23 deletions
8
.editorconfig-checker.json
Normal file
8
.editorconfig-checker.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"Exclude": [
|
||||
"^LICENSE\\.md$",
|
||||
"^benchmark/",
|
||||
"^docker/reprex/",
|
||||
"^\\.crow/build-r-minor-sensitive-packages\\.yaml$"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue