Files
ale/test
Barnabás Ágoston 5c7019f394 Make it possible to override awk --lint option (#4114)
Currently, it's not possible to override the awk `--lint` option with

```viml
let g:ale_awk_gawk_options = '--lint=no-ext'
```

although this could be useful for those who only use gawk and don't want to get these lint errors:
> FEATURE X is a gawk extension

The idea is to move the default `--lint` option before the `awk_gawk_options` in the gawk.vim code to give the custom `--lint=...` option a higher precedence.

Co-authored-by: Barnabás Ágoston <barna@agoston.dev>
2022-03-20 13:52:22 +00:00
..
2022-03-20 13:20:33 +00:00
2022-01-04 21:49:03 +09:00
2020-08-16 21:20:08 +01:00
2022-03-05 01:24:43 +00:00
2019-05-24 01:13:52 +01:00
2021-02-02 13:15:46 +01:00