Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | refactor(erlang/dialyzer): remove file placeholder from options | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
2021-01-23 | Merge remote-tracking branch 'upstream/master' | Pierre-Nicolas Clauss | |
Signed-off-by: Pierre-Nicolas Clauss <pinicarus@protonmail.com> | |||
2021-01-23 | dafny: update filename handling | D. Ben Knoble | |
cf. #3475, #3390 | |||
2021-01-23 | Merge branch 'master' into fix-swipl | D. Ben Knoble | |
* master: (133 commits) Add rnix-lsp for Nix diagnostics and completion add spectral support for json add spectral handler add spectral linter for yaml doc: Fix linter issues doc: Add documentation for Deno feat: Add Deno lsp support feat: Add Deno fmt fixer Add document for apkbuild filetype Add tests for atools handler, basic and dealing with Error and Warning Test default linters for apkbuild Document new default linters for apkbuild Make apkbuild_lint and secfixes_check default for apkbuild filetype document support for apkbuild-lint and secfixes-check for apkbuild Add linters for apkbuild-lint and secfixes-check from atools Add handler for the output of atools Fix typos Add command callback tests Add support for standalone files Fix linting errors ... | |||
2021-01-23 | swipl: style fix | D. Ben Knoble | |
2021-01-23 | Merge pull request #3556 from jD91mZM2/rnix | Horacio Sanson | |
Add rnix-lsp for Nix diagnostics and completion | |||
2021-01-23 | Merge pull request #3547 from ↵ | Horacio Sanson | |
hsanson/3546-fix-E928-when-using-javac-linter-on-non-maven-projects Fix 3546 - check empty executable string. | |||
2021-01-23 | Add rnix-lsp for Nix diagnostics and completion | jD91mZM2 | |
2021-01-23 | Merge pull request #3521 from hsanson/3498-change-standardrb-fixer-to-use-stdin | Horacio Sanson | |
3498 change standardrb fixer to use stdin | |||
2021-01-23 | Merge pull request #3424 from maxice8/atools | Horacio Sanson | |
Add support for Alpine Linux APKBUILD | |||
2021-01-23 | Merge pull request #3489 from t2h5/yaml-spectral-linter | Horacio Sanson | |
Add Stoplight Spectral linter for yaml | |||
2021-01-23 | add spectral support for json | tatsuya | |
2021-01-23 | add spectral handler | tatsuya | |
2021-01-23 | add spectral linter for yaml | tatsuya | |
ci | |||
2021-01-23 | Merge pull request #3533 from motato1/master | Horacio Sanson | |
Deno support for LSP and fixer | |||
2021-01-23 | Merge pull request #2825 from thindil/master | Horacio Sanson | |
Added support for Ada Language Server | |||
2021-01-23 | doc: Fix linter issues | Mohammed Chelouti | |
2021-01-22 | doc: Add documentation for Deno | Mohammed Chelouti | |
2021-01-22 | feat: Add Deno lsp support | Mohammed Chelouti | |
2021-01-22 | feat: Add Deno fmt fixer | Mohammed Chelouti | |
2021-01-22 | Add document for apkbuild filetype | Leo | |
2021-01-22 | Add tests for atools handler, basic and dealing with Error and Warning | Leo | |
2021-01-22 | Test default linters for apkbuild | Leo | |
2021-01-22 | Document new default linters for apkbuild | Leo | |
2021-01-22 | Make apkbuild_lint and secfixes_check default for apkbuild filetype | Leo | |
2021-01-22 | document support for apkbuild-lint and secfixes-check for apkbuild | Leo | |
2021-01-22 | Add linters for apkbuild-lint and secfixes-check from atools | Leo | |
2021-01-22 | Add handler for the output of atools | Leo | |
atools is a collection of tools written in ash shell and Lua that provide linting for Alpine Linux's APKBUILD. APKBUILDs are build recipes used by Alpine Linux's build system, abuild, an equivalent would be Arch Linux's PKGBUILD and Gentoo's ebuild. | |||
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 | |