Age | Commit message (Collapse) | Author |
|
|
|
html: Avoid old tidy on macOS
|
|
|
|
|
|
|
|
On macOS, Apple's command line toolchain installs very old `tidy`
command (It was released on 31 Oct 2006). It does not consider new specs
such as HTML5 so we should avoid it.
|
|
haskell_ghc_options are now added to the ghc command
|
|
Don't use temporary file for rustfmt fixer
|
|
Fish shell linter
|
|
|
|
|
|
|
|
|
|
rustfmt normally acts on a file in place, and applies configuration
from rustfmt.toml files according to the path of the file.
Using a temporary file for rustfmt breaks this functionality, so
removing the '%t' from the rustfmt command.
|
|
|
|
|
|
|
|
|
|
Fix c# documentation variable typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix erb linter for puppet style erb templates
|
|
|
|
|
|
Missing warning level 'suggestion' for vale
|
|
Vale can also, optionally, raise suggestions. These weren't covered yet.
|
|
Make alex a file linter
|
|
alex does not find its configuration file when using temporary files for
input.
|
|
|
|
|
|
|
|
finished.
|
|
add links for prettier-eslint and prettier-standard
|
|
|
|
* Enable the vale linter also for LaTeX
* Enable the vale linter for rst files
|
|
Use JSON output with vale
|