summaryrefslogtreecommitdiff
path: root/test/handler/test_nix_handler.vader
AgeCommit message (Collapse)Author
2022-02-02Fix unhandled nix versions for linter 'nix' (#4045)HEADmasterJeffrey Lau
Previously, it would not generate any lint messages for nix 2.5. Moreover, it would cause this error whenever the nix command is invoked, when paired with a custom `g:ale_command_wrapper`: Error detected while processing function <SNR>92_NeoVimCallback[29]..<lambda>27[ 1]..<SNR>90_ExitCallback[28]..ale_linters#nix#nix#Command: line 1: E684: list index out of range: 0
2021-01-24Update error-parser for `nix-instantiate` on Nix 2.4+Maximilian Bosch
In the (unreleased) Nix 2.4 the error-messages have been reformatted[1]. This patch aims to retain proper `.nix`-support in `ale`, for both stable Nix (2.3 and older) and unstable Nix (2.4 and newer). [1] https://github.com/NixOS/nix/pull/3590
2017-11-15Clean up tests to stop people copy and pasting the wrong examplesw0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-03-06Make sure to reset linters after running the nix handler testw0rp
2017-03-06Group handler test cases in a directoryw0rp