diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-08-19 11:22:07 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-08-19 11:39:17 +0200 |
commit | 40a7d4e58ba05f39bf11edab68de6d3ae9c43306 (patch) | |
tree | 96f1e22f0039c2721654d68bc5f0254bd9355120 /doc | |
parent | 7cb6f648b2486b0e6060a333564432a0830637de (diff) | |
download | patches-40a7d4e58ba05f39bf11edab68de6d3ae9c43306.tar patches-40a7d4e58ba05f39bf11edab68de6d3ae9c43306.tar.gz |
lint: Add 'formatting' checker.
* guix/scripts/lint.scm (report-tabulations, report-trailing-white-space,
report-long-line, report-formatting-issues, check-formatting): New
procedures.
(%formatting-reporters): New variable.
(%checkers): Add 'formatting' checker.
* tests/lint.scm ("formatting: tabulation", "formatting: trailing white
space", "formatting: long line", "formatting: alright"): New tests.
* doc/guix.texi (Invoking guix lint): Mention the 'formatting' checker.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a20bca677d..2b61574c84 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4117,6 +4117,10 @@ Identify inputs that should most likely be native inputs. @itemx home-page Probe @code{home-page} and @code{source} URLs and report those that are invalid. + +@item formatting +Warn about obvious source code formatting issues: trailing white space, +use of tabulations, etc. @end table The general syntax is: |