nvim-jdtls/.luacheckrc

12 lines
119 B
Text
Raw Permalink Normal View History

2020-04-14 18:43:54 +02:00
ignore = {
"631", -- max_line_length
}
globals = {
"vim"
}
2020-04-14 18:43:54 +02:00
read_globals = {
2022-01-27 19:17:31 +01:00
"describe",
"it",
"assert",
2020-04-14 18:43:54 +02:00
}