Skip to content

Commit

Permalink
Merge pull request #90 from hodanov/feature/vimrc
Browse files Browse the repository at this point in the history
Modify golangci-lint setting.
  • Loading branch information
hodanov committed Nov 26, 2021
2 parents 75da69d + 95475ed commit a47aceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/.vimrc
Expand Up @@ -176,7 +176,7 @@ let g:airline#extensions#ale#enabled = 0
" let g:ale_set_quickfix = 0
let g:ale_open_list = 0
let g:ale_linters = {'go': ['golangci-lint']}
let g:ale_go_golangci_lint_options = '--enable-all --disable wrapcheck --disable varnamelen --disable tagliatelle --disable lll'
let g:ale_go_golangci_lint_options = '--enable-all --disable wrapcheck --disable varnamelen --disable tagliatelle --disable lll --disable errorlint --disable godox --disable godot --disable gocritic'
let g:ale_go_golangci_lint_package = 1

"""
Expand Down

0 comments on commit a47aceb

Please sign in to comment.