mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-02-15 00:49:46 +00:00
chore: even more linting, test fixes (#24)
* chore(lint): funcorder * chore(lint): yamlfmt, ignored broken test yaml files * chore(tests): tests do not output garbage, add coverage * chore(lint): fix editorconfig violations * chore(lint): move from eclint to editorconfig-checker * chore(lint): add pre-commit, run and fix * chore(ci): we use renovate to manage updates
This commit is contained in:
36
.editorconfig-checker.json
Normal file
36
.editorconfig-checker.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"Verbose": false,
|
||||
"Debug": false,
|
||||
"IgnoreDefaults": false,
|
||||
"SpacesAfterTabs": false,
|
||||
"NoColor": false,
|
||||
"Exclude": [
|
||||
"\\.git",
|
||||
"node_modules",
|
||||
"coverage\\.out",
|
||||
"coverage\\.html",
|
||||
"\\.DS_Store",
|
||||
"Thumbs\\.db",
|
||||
"\\.vscode",
|
||||
"\\.idea",
|
||||
"\\.cache",
|
||||
"\\.npm",
|
||||
"\\.tmp$",
|
||||
"\\.temp$",
|
||||
"\\.log$",
|
||||
"\\.exe$",
|
||||
"\\.bin$",
|
||||
"\\.dll$",
|
||||
"\\.so$",
|
||||
"\\.dylib$",
|
||||
"gh-action-readme$",
|
||||
"dist/",
|
||||
"testutil\\.test$",
|
||||
"test_.*",
|
||||
"testdata/yaml-fixtures/validation/invalid-yaml\\.yml$",
|
||||
"testdata/yaml-fixtures/validation/missing-.*",
|
||||
"testdata/yaml-fixtures/actions/invalid/.*",
|
||||
"testdata/yaml-fixtures/invalid-action\\.yml$",
|
||||
"testdata/yaml-fixtures/.*-template\\.yml$"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user