You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah ok, no problem, I fixed it in the .codeclimate.yml at the moment.
Not a major issue but since ESLint supported this I thought CSSLint would support it as well.
I like to keep my "testing" files in a tests folder as much as possible to keep the root a bit more clean.
Activity
maxjacobson commentedon Feb 6, 2017
It's not currently supported. We could support it by passing a
--config
option on this line providing the path to the config file.Will you elaborate on what your use-case is for not wanting to keep the config file in the root directory?
JoryHogeveen commentedon Feb 7, 2017
Ah ok, no problem, I fixed it in the .codeclimate.yml at the moment.
Not a major issue but since ESLint supported this I thought CSSLint would support it as well.
I like to keep my "testing" files in a tests folder as much as possible to keep the root a bit more clean.