chore: Include luacheck config in editorconfig setup

master
Caleb Maclennan 2022-03-19 17:28:25 +03:00
parent 601ad8d59f
commit 989a5b1131
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ insert_final_newline = true
trim_trailing_whitespace = true trim_trailing_whitespace = true
charset = utf-8 charset = utf-8
[*.{lua,rockspec}] [{*.lua,*.rockspec,.luacheckrc}]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4

View File

@ -8,10 +8,10 @@ not_globals = {
} }
include_files = { include_files = {
"**/*.lua", "**/*.lua",
"**/*.rockspec", "**/*.rockspec",
".busted", ".busted",
".luacheckrc", ".luacheckrc",
} }
exclude_files = { exclude_files = {