Skip to content

Commit

Permalink
chore: Ignore counterproductive linting warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Jan 28, 2024
1 parent 32f5dc1 commit 2f3549c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ files["lua-libraries/djot"] = {
}
max_line_length = false
ignore = {
"581" -- operator order warning doesn't account for custom table metamethods
"581", -- operator order warning doesn't account for custom table metamethods
"212/self", -- unused argument self: counterproductive warning
}
-- vim: ft=lua

0 comments on commit 2f3549c

Please sign in to comment.