aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-30 18:36:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-30 18:36:18 +1300
commit1eef391006a3c70b7361b6480c8922d1a29c7a7d (patch)
tree37fd358093c2656b3af7f076c16723ed3c618c1a /man
parentMove non-indent HTML Vim config indent->ftplugin (diff)
parentAdd a `lint-vim` target for linting Vim config (diff)
downloaddotfiles-1eef391006a3c70b7361b6480c8922d1a29c7a7d.tar.gz
dotfiles-1eef391006a3c70b7361b6480c8922d1a29c7a7d.zip
Merge branch 'vim/vint'
The Vim configuration, excluding the submodule plugin bundles, now passes a strict run of the vim-vint tool. There's also now a `lint-vim` target in the Makefile.
Diffstat (limited to 'man')
-rw-r--r--man/man7/dotfiles.7df34
1 files changed, 30 insertions, 4 deletions
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 6ddacd5d..91b4b841 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -921,10 +921,36 @@ with \f[C]make\ check\-bash\f[], \f[C]make\ check\-sh\f[], or
\f[C]bin\f[] and \f[C]games\f[].
There's no proper test suite for the actual functionality (yet).
.PP
-If you have ShellCheck (https://www.shellcheck.net/) and/or
-Perl::Critic (http://perlcritic.com/), there's a \f[C]lint\f[] target
-for the shell script files and Perl files respectively.
-The files don't need to pass that check to be installed.
+There are also optional \f[C]lint\f[] targets, if you have the
+appropriate tools available to run them:
+.IP \[bu] 2
+ShellCheck (https://www.shellcheck.net/):
+.RS 2
+.IP \[bu] 2
+\f[C]lint\-bash\f[]
+.IP \[bu] 2
+\f[C]lint\-bin\f[]
+.IP \[bu] 2
+\f[C]lint\-games\f[]
+.IP \[bu] 2
+\f[C]lint\-ksh\f[]
+.IP \[bu] 2
+\f[C]lint\-sh\f[]
+.IP \[bu] 2
+\f[C]lint\-xinit\f[]
+.RE
+.IP \[bu] 2
+Perl::Critic (https://perlcritic.com/):
+.RS 2
+.IP \[bu] 2
+\f[C]lint\-urxvt\f[]
+.RE
+.IP \[bu] 2
+Vint (https://github.com/Kuniwak/vint):
+.RS 2
+.IP \[bu] 2
+\f[C]lint\-vim\f[]
+.RE
.SS Known issues
.PP
See ISSUES.markdown.