Skip to content
Discussion options

You must be logged in to vote

I've solved the problem:

It appears, that only the last -e option for any env variable will be used, so if you want to disable multiple linters, you'd have to use

-e "'DISABLE_LINTERS=SPELL_CSPELL,SPELL_MISSPELL'"

not

-e "'DISABLE_LINTERS=SPELL_CSPELL'" -e "'DISABLE_LINTERS=SPELL_MISSPELL'"

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nvuillam
Comment options

Answer selected by nvuillam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants