Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Fix the regex of phpmd
|
|
|
|
Fix typo
|
|
|
|
Pretter fixer support for Less filetype
|
|
|
|
|
|
Add instructions for setting up Lightline
|
|
|
|
add support for remark-lint
|
|
|
|
|
|
|
|
new tslint fixer for typescript
|
|
|
|
|
|
Fix #734 - Use the correct buffer for the filetype blacklist and such
|
|
Fixes #734
The main issue was not consitently using the correct buffer.
|
|
way that users will be directed towards getting it to work
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command exists
|
|
profile them
|
|
Add editorconfig
|
|
|
|
|
|
Luacheck: Respect warn_about_trailing_whitespace option
|
|
|
|
Fix xmllint link
|
|
fix link to xmllint
|
|
add a new fixer: trim_whitespace
|
|
|
|
Use $VIRTUAL_ENV environment variable when present.
|
|
|
|
|
|
Check LLVM IR with llc
|
|
|
|
Fix Elm linter for Windows (resolves #980)
|
|
Looks like elm-make only respects /dev/null, even on Windows. The person
who wrote this linter maybe did not test it on Windows, and wrote the
code in the way you would expect to be solid by using NUL on Windows.
However it seems elm-make is not actually making use of /dev/null but
rather using it as a form of flag. Ironically this seems to be what is
already described in the comments; I added some clarification.
|
|
|