Skip to content

Commit

Permalink
Remove unused luacheck config
Browse files Browse the repository at this point in the history
  • Loading branch information
XeroOl committed Dec 30, 2024
1 parent 0e098c4 commit 1fafd9f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ max_line_length = 120
max_cyclomatic_complexity = 20
read_globals = {
"GAMESTATE";
"DISPLAYMAN";
"SCREENMAN";
"stable_sort";
"copy";
"iclear";
}
ignore = {
"413";
Expand All @@ -29,7 +26,6 @@ files['template/ease.lua'] = {

files['template/sort.lua'] = {
ignore = {
"421";
"412";
}
}
Expand All @@ -40,13 +36,5 @@ files['template/std.lua'] = {
"clear";
"iclear";
"perframe_data_structure";
"stringbuilder";
}
}

files['template/require.lua'] = {
globals = {
"require";
"package";
}
}

0 comments on commit 1fafd9f

Please sign in to comment.