summaryrefslogtreecommitdiff
path: root/test/test_filetype_linter_defaults.vader
AgeCommit message (Collapse)Author
2022-01-05Fix 4004 - Disable eslint by default for json. (#4023)Horacio Sanson
* Fix 4004 - Disable eslint by default for json. This PR disables, or more correctly, excludes eslint from the list of default linters for json files. Also fixes elixir, go, json5, and jsonc files documentation and default linters to make them consistent. * Fix and improve tests
2021-07-12Add Yosys linter for Verilog files. (#3713)Nathan Sharp
* Add yosys for verilog files. * Add handler test for yosys. * fix typo in yosys handler test * fix array order in yosys handler test * add yosys linter to filetype defaults test * fix duplicate tag * add 'yosys' to 'ale-supported-languages-and-tools.txt'
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2021-01-22Test default linters for apkbuildLeo
2020-08-28#3324 - Enable rls by defaultw0rp
2020-08-07Close #2472 - Add support for pyrightw0rp
2020-08-06Adds hdl_checker LSP support (#2804)Andre Souto
* Added hdl_checker support * Added hdl_checker tests HDL Checker searches for files when no config file is found, which could lead to very long searches when the user is not really on a project setting
2019-09-19Close #2764 - Support the new React filetypes with aliasesw0rp
2019-01-27Add VHDL Support & Newer Verilog Linters (#2229)John Gentile
* Added VHDL file support with ghdl compiler * Update ghdl.vim * Create vcom.vim * Create xvhdl.vim * Update xvlog.vim * Added documentation for VHDL & Verilog linters * Added tests to VHDL & Verilog linters
2018-07-24#1754 Require snake_case names for linters in the codebasew0rp
2017-11-14Fix #1128 - Add g:ale_linters_explicit for only enabling linters explicitlyw0rp