diff options
author | kylo252 <[email protected]> | 2022-10-14 14:09:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-14 14:09:08 +0200 |
commit | d433409995250f29437831d1961346821e364292 (patch) | |
tree | a0bc600dd337dc21a56ddfaa5d136112e82f4723 /.luacheckrc | |
parent | c94450633af035b5a577ac34c7817b65d0f6b5f1 (diff) |
feat: latest impatient updates from upstream (#3236)
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 7c592693..53307087 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -1,3 +1,4 @@ +---@diagnostic disable -- vim: ft=lua tw=80 stds.nvim = { @@ -30,6 +31,7 @@ stds.nvim = { std = "lua51+nvim" files["tests/*_spec.lua"].std = "lua51+nvim+busted" +files["lua/lvim/impatient*"].ignore = {"121"} -- Don't report unused self arguments of methods. self = false |