1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 16:39:26 +00:00

[neovim] Update golang settings

This commit is contained in:
2023-10-28 17:49:56 +02:00
parent 6dee13061c
commit d05e572840
3 changed files with 18 additions and 1 deletions

View File

@ -30,3 +30,5 @@ warningCode = 0
[rule.unused-parameter]
[rule.unreachable-code]
[rule.redefines-builtin-id]
[rule.import-shadowing]
[rule.use-any]