mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
* chore(tooling): use yarn for linting scripts * chore: fixes and tweaks * chore(ci): more permissions * chore: clean up, lint fixes * chore: clean up, lint fixes * chore: clean up, lint fixes * chore(lint): fix yamllint errors and warnings * chore(lint): lint fixes * chore(lint): lint fixes
30 lines
651 B
JSON
30 lines
651 B
JSON
{
|
|
"Verbose": false,
|
|
"Debug": false,
|
|
"IgnoreDefaults": false,
|
|
"SpacesAfterTabs": false,
|
|
"NoColor": false,
|
|
"Exclude": [
|
|
"base/plan",
|
|
"config/fish/completions/.*",
|
|
"config/fish/conf.d/.*",
|
|
"config/fish/functions/.*",
|
|
"config/fzf/key-bindings.fish",
|
|
"config/irssi/scripts/autorun/.*",
|
|
"config/vim/autoload/.*",
|
|
"docs/.*",
|
|
"local/man/.*",
|
|
"local/share/.*"
|
|
],
|
|
"AllowedContentTypes": [],
|
|
"PassedFiles": [],
|
|
"Disable": {
|
|
"EndOfLine": false,
|
|
"Indentation": false,
|
|
"InsertFinalNewline": false,
|
|
"TrimTrailingWhitespace": false,
|
|
"IndentSize": false,
|
|
"MaxLineLength": false
|
|
}
|
|
}
|