dense-analysis / dense-analysis/ale

allow set vint severity

Open
#2,974 2 comments 0 reactions 1 assignee Claimed by @RyanSquared View on GitHub
enhancement
Dominant language
Vim Script
Stars
14k
Forks
1.5k
Avg merge
17h 49m
Merged PRs (30d)
1

Description

currently, ale has an option `g:ale_vim_vint_show_style_issues` to toggle vint severity setting between `warnings` and `style problems`:

```
let l:warning_flag = ale#Var(a:buffer, 'vim_vint_show_style_issues') ? '-s' : '-w'
```

however I would like to set the severity to errors only, it would be nice if ale exposes an option to set vint severity directly.

btw, because ale has config severity flag in the command line, vint config file has no effect here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.