How to disable eruby linting for eruby.yaml file #4162
Unanswered
mvz
asked this question in
Q&A - Ask for help with problems
Replies: 1 comment
-
I have provisionally solved this by putting the following in my
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Vim Rails plugin sets the filetype for certain yaml files to
eruby.yaml
. I'm linting regular.erb
files with erblint, but the linters are not relevant for the yaml files. How can I make ALE only run the real yaml linters on these files?Beta Was this translation helpful? Give feedback.
All reactions