diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2025-12-08 12:49:05 +0100 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-12-27 12:21:23 +0100 |
| commit | 38ce21c9586c19068bdd4447124c6e99fe4d54dd (patch) | |
| tree | fa3f889a03d2529c9927bca4d4f6560a76588c8d /.emmyrc.json | |
| parent | bot(parsers): update desktop, editorconfig, erlang, gotmpl, helm, lua, mlir, ... (diff) | |
| download | nvim-treesitter-feat/emmylua.tar nvim-treesitter-feat/emmylua.tar.gz nvim-treesitter-feat/emmylua.tar.bz2 nvim-treesitter-feat/emmylua.tar.lz nvim-treesitter-feat/emmylua.tar.xz nvim-treesitter-feat/emmylua.tar.zst nvim-treesitter-feat/emmylua.zip | |
ci: migrate to emmylualsfeat/emmylua
Diffstat (limited to '.emmyrc.json')
| -rw-r--r-- | .emmyrc.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emmyrc.json b/.emmyrc.json index 34d1e0b86..748553cc4 100644 --- a/.emmyrc.json +++ b/.emmyrc.json @@ -13,6 +13,12 @@ "diagnostics": { "disable": [ "unnecessary-if" + ], + "enables": [ + "iter-variable-reassign", + "non-literal-expressions-in-assert", + "incomplete-signature-doc", + "missing-global-doc" ] }, "codeAction": { |
