summaryrefslogtreecommitdiff
path: root/mut/neovim/pack/plugins/start/quicker.nvim/.luacheckrc
blob: 5e100b1c5b8549dc4a07f46c802b2f63709ccd56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
max_comment_line_length = false
codes = true

exclude_files = {
  "tests/",
}

ignore = {
  "212", -- Unused argument
  "631", -- Line is too long
  "122", -- Setting a readonly global
  "542", -- Empty if branch
}

read_globals = {
  "vim",
}