Skip to content

Commit

Permalink
vim: disable document rules in pmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sainnhe committed Sep 14, 2024
1 parent b01b3f7 commit 0f87d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/features/full.vim
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,11 @@ let g:ale_linters = {
let g:ale_java_pmd_options =
\ 'pmd'
\ . ' -R category/java/bestpractices.xml'
\ . ' -R category/java/documentation.xml'
\ . ' -R category/java/errorprone.xml'
\ . ' -R category/java/multithreading.xml'
\ . ' -R category/java/performance.xml'
\ . ' -R category/java/security.xml'
" \ . ' -R category/java/documentation.xml'
"\ . ' -R category/java/codestyle.xml'
"\ . ' -R category/java/design.xml'
" }}}
Expand Down

0 comments on commit 0f87d25

Please sign in to comment.