summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22Add linters for apkbuild-lint and secfixes-check from atoolsLeo
2021-01-22Add handler for the output of atoolsLeo
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-23Merge pull request #3551 from fenuks/bugfix-3506Horacio Sanson
Fix clang-tidy ignoring compile-commands.json
2021-01-23Merge pull request #3069 from nelsyeung/feature/dart-analysis-serverHoracio Sanson
Add dart analysis server to linter
2021-01-22Fix typosNelson Yeung
2021-01-22Add command callback testsNelson Yeung
2021-01-22Add support for standalone filesNelson Yeung
2021-01-22Fix linting errorsNelson Yeung
2021-01-22Add dart analysis_server docNelson Yeung
2021-01-22Add dart analysis_server to supported toolsNelson Yeung
2021-01-22Add dart analysis server linterNelson Yeung
2021-01-23Merge pull request #3519 from atsuya/feature/support-vala-lintHoracio Sanson
Add support for Vala-Lint
2021-01-23Merge pull request #3148 from charlesbjohnson/charlesbjohnson/xoHoracio Sanson
fixers/xo: enhance `xo` fixer
2021-01-22xo: refactor to functionCharles B Johnson
2021-01-22linters/xo: prefer function shorthandCharles B Johnson
2021-01-22linters/xo: fix testsCharles B Johnson
2021-01-22xo: inline filetype handlingCharles B Johnson
2021-01-22fixers/xo: remove unnecessary directory crawlCharles B Johnson
2021-01-22xo: update docsCharles B Johnson
2021-01-22fixers/xo: support monoreposCharles B Johnson
2021-01-22fixers/xo: support stdin relative to the fixed fileCharles B Johnson
2021-01-22fixers/xo: support typescript optionsCharles B Johnson
2021-01-22fixers/xo: refactor to handlersCharles B Johnson
2021-01-22fixers/xo: add testsCharles B Johnson
2021-01-22linters/xo: consolidate xo lintersCharles B Johnson
2021-01-23update doc with snake cased linter nameAtsuya Takagi
2021-01-23use snake case for linter nameAtsuya Takagi
2021-01-23Merge pull request #2782 from hsanson/2777-add-ibm-openapi-validatorHoracio Sanson
Fix 2777 - Add IBM openapi validator
2021-01-23document the variables can be set for the linterAtsuya Takagi
2021-01-23decide whether or not to run with config file based on the presence of ↵Atsuya Takagi
config filename value
2021-01-23allow setting vala-lint executableAtsuya Takagi
2021-01-23add a blank line before if statementAtsuya Takagi
2021-01-23add Vala-Lint as supported linterAtsuya Takagi
2021-01-23add test to check if it properly ignores outputs with unknown error typesAtsuya Takagi
2021-01-23add documentation for vala-lintAtsuya Takagi
2021-01-23use ale#Set for setting default config variable valuesAtsuya Takagi
2021-01-23support flags for enable/disable configAtsuya Takagi
2021-01-23expect warn or errorAtsuya Takagi
2021-01-23find and use vala-lint config if existsAtsuya Takagi
2021-01-23use the correct regex to match the escape sequences...Atsuya Takagi
2021-01-23fix the wrong variable nameAtsuya Takagi
2021-01-23escape color sequencesAtsuya Takagi
2021-01-23test my hypotethisAtsuya Takagi
2021-01-23specify a filename of the current bufferAtsuya Takagi
2021-01-23be precise about output_streamAtsuya Takagi
2021-01-23add initial filesAtsuya Takagi
2021-01-22Fix linter errorHoracio Sanson
2021-01-22Fix clang-tidy ignoring compile_commands.jsonfenuks
2021-01-22Improve documentationHoracio Sanson
2021-01-22Add yamllint and prettier to openapi.Horacio Sanson
This commit enables yamllint and prettier on openapi files.