File: .luacheckrc

package info (click to toggle)
lua-nvim 0.2.4-1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 168 kB
  • sloc: makefile: 67; ansic: 32
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
-- Don't report unused self arguments of methods.
self = false

ignore = {
  "212/_.*",  -- unused argument, for vars with "_" prefix
}

-- vim: ft=lua tw=80 sw=2 et