Skip to content

Commit

Permalink
chore: Use upstream Luacheck support for SILE variables
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 8, 2023
1 parent ef2611f commit 101101d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
std = "max"
std = "min+sile"
include_files = {
"**/*.lua",
"*.rockspec",
Expand All @@ -11,11 +11,6 @@ exclude_files = {
".install"
}
globals = {
"SILE",
"SU",
"luautf8",
"pl",
"fluent",
"_fpFamily",
"_fpFeatures",
"_fpFilename",
Expand Down

0 comments on commit 101101d

Please sign in to comment.