chore: editorconfig check

This commit is contained in:
Ben Grande 2024-07-08 19:59:53 +02:00
parent 6eb13fa07f
commit 10c0ea0cbf
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56
4 changed files with 6 additions and 7 deletions

2
.ecrc
View File

@ -3,7 +3,7 @@
"Debug": false,
"IgnoreDefaults": false,
"NoColor": false,
"Exclude": ["LICENSES", "\\.asc$"],
"Exclude": ["LICENSES", "\\.asc$", "\\.reuse/dep5"],
"SpacesAfterTabs": false,
"Disable": {
"EndOfLine": false,

View File

@ -12,12 +12,9 @@ insert_final_newline = true
charset = utf-8
end_of_line = lf
[{.gitmodules,**/git/**/config}]
[{.gitmodules,**/git/**/config,**/git/**/config.d/*,**/git/**/sample/*}]
indent_style = tab
indent_size = 8
[*.{md,sh,yaml,yml,toml}]
indent_size = 2
[.reuse/dep5]
indent_size = 1

View File

@ -51,7 +51,9 @@ jobs:
SPEC_PACKAGER: Ben Grande <ben.grande.b@gmail.com>
- uses: editorconfig-checker/action-editorconfig-checker@main
- name: Run Editorconfig Checker
run: editorconfig-checker
run: |
editorconfig-checker
editorconfig-checker salt/dotfiles
- name: Lint commits
run: |
if test "${{ github.event_name}}" = "pull_request"

@ -1 +1 @@
Subproject commit f94876f0f019560d16944c61751f310319495a79
Subproject commit 5936b2059cbbf2f1e013092638b47f00e9abe0ee