Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | Merge pull request #3551 from fenuks/bugfix-3506 | Horacio Sanson | |
Fix clang-tidy ignoring compile-commands.json | |||
2021-01-22 | Merge remote-tracking branch 'upstream/master' | Bartek thindil Jasicki | |
2021-01-23 | Merge pull request #3069 from nelsyeung/feature/dart-analysis-server | Horacio Sanson | |
Add dart analysis server to linter | |||
2021-01-22 | Fix typos | Nelson Yeung | |
2021-01-22 | Add command callback tests | Nelson Yeung | |
2021-01-22 | Add support for standalone files | Nelson Yeung | |
2021-01-22 | Fix linting errors | Nelson Yeung | |
2021-01-22 | Add dart analysis_server doc | Nelson Yeung | |
2021-01-22 | Add dart analysis_server to supported tools | Nelson Yeung | |
2021-01-22 | Add dart analysis server linter | Nelson Yeung | |
2021-01-23 | Fix 3546 - check empty executable string. | Horacio Sanson | |
At some point VIM/NVIM started throwing errors if the input string is empty for some functions such as execute() and fnamemodify(). This commit checks if the executable string is empty before passing it to the executable() function. Resources: - https://github.com/vim/vim/issues/7465 - https://github.com/vim/vim/releases/tag/v8.2.2117 | |||
2021-01-23 | Merge pull request #3519 from atsuya/feature/support-vala-lint | Horacio Sanson | |
Add support for Vala-Lint | |||
2021-01-23 | Merge pull request #3148 from charlesbjohnson/charlesbjohnson/xo | Horacio Sanson | |
fixers/xo: enhance `xo` fixer | |||
2021-01-22 | xo: refactor to function | Charles B Johnson | |
2021-01-22 | linters/xo: prefer function shorthand | Charles B Johnson | |
2021-01-22 | linters/xo: fix tests | Charles B Johnson | |
2021-01-22 | xo: inline filetype handling | Charles B Johnson | |
2021-01-22 | fixers/xo: remove unnecessary directory crawl | Charles B Johnson | |
2021-01-22 | xo: update docs | Charles B Johnson | |
2021-01-22 | fixers/xo: support monorepos | Charles B Johnson | |
2021-01-22 | fixers/xo: support stdin relative to the fixed file | Charles B Johnson | |
2021-01-22 | fixers/xo: support typescript options | Charles B Johnson | |
2021-01-22 | fixers/xo: refactor to handlers | Charles B Johnson | |
2021-01-22 | fixers/xo: add tests | Charles B Johnson | |
2021-01-22 | linters/xo: consolidate xo linters | Charles B Johnson | |
2021-01-23 | update doc with snake cased linter name | Atsuya Takagi | |
2021-01-23 | use snake case for linter name | Atsuya Takagi | |
2021-01-23 | Merge pull request #2782 from hsanson/2777-add-ibm-openapi-validator | Horacio Sanson | |
Fix 2777 - Add IBM openapi validator | |||
2021-01-23 | document the variables can be set for the linter | Atsuya Takagi | |
2021-01-23 | decide whether or not to run with config file based on the presence of ↵ | Atsuya Takagi | |
config filename value | |||
2021-01-23 | allow setting vala-lint executable | Atsuya Takagi | |
2021-01-23 | add a blank line before if statement | Atsuya Takagi | |
2021-01-23 | add Vala-Lint as supported linter | Atsuya Takagi | |
2021-01-23 | add test to check if it properly ignores outputs with unknown error types | Atsuya Takagi | |
2021-01-23 | add documentation for vala-lint | Atsuya Takagi | |
2021-01-23 | use ale#Set for setting default config variable values | Atsuya Takagi | |
2021-01-23 | support flags for enable/disable config | Atsuya Takagi | |
2021-01-23 | expect warn or error | Atsuya Takagi | |
2021-01-23 | find and use vala-lint config if exists | Atsuya Takagi | |
2021-01-23 | use the correct regex to match the escape sequences... | Atsuya Takagi | |
2021-01-23 | fix the wrong variable name | Atsuya Takagi | |
2021-01-23 | escape color sequences | Atsuya Takagi | |
2021-01-23 | test my hypotethis | Atsuya Takagi | |
2021-01-23 | specify a filename of the current buffer | Atsuya Takagi | |
2021-01-23 | be precise about output_stream | Atsuya Takagi | |
2021-01-23 | add initial files | Atsuya Takagi | |
2021-01-22 | Fix linter error | Horacio Sanson | |
2021-01-22 | Fix clang-tidy ignoring compile_commands.json | fenuks | |
2021-01-22 | Improve documentation | Horacio Sanson | |
2021-01-22 | Add yamllint and prettier to openapi. | Horacio Sanson | |
This commit enables yamllint and prettier on openapi files. |