Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
way that users will be directed towards getting it to work
|
|
|
|
|
|
|
|
|
|
|
|
Luacheck: Respect warn_about_trailing_whitespace option
|
|
|
|
add a new fixer: trim_whitespace
|
|
|
|
|
|
Check LLVM IR with llc
|
|
|
|
|
|
Add a gofmt fixer for golang.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add mcsc for checking C# code.
|
|
Implements suggestions and recommendations suggested by the first review
of the "Advance C# linter based on mcs -t:module (#952)" pull request.
- Clarifies and simplifies description of linters and options
- Added links to help file and marked the mcsc linter as to be run only
when file in buffer is saved or loaded.
- Added comments to the mcsc.vim file to clarify code
- removed type checks considered not necessary be reviewer.
- addresses findings by vader
- removed call to getcwd and cd in vim script
- handler expands file names relative to route of source tree into
absolute pathes. Fixes errors not being marked when vim is started
from subdirectory of source tree.
- implements tests for mcs.vim and mcsc.vim linter
|
|
not detect node_modules correctly. The `-c` option, however, works fine.
|
|
|
|
this actually makes 6ebd8f355c974cb6b7c5d5aff20603c8c4b38feb work
|
|
This fixes slim-lint not honoring a `.rubocop.yml` in the file's or
parent directory. Due to the way slim-lint calls rubocop, it requires
the special `SLIM_LINT_RUBUCOP_CONF` env var to pick up the
`.rubocop.yml` if it is not run on the real file (which is the case
here).
See https://github.com/sds/slim-lint/blob/master/lib/slim_lint/linter/README.md#rubocop
|
|
|
|
|
|
Windows
|
|
|
|
|
|
|
|
|
|
|
|
filenames for eslint --fix
|
|
|
|
|
|
|
|
contents, and add a script to check for theses issues
|