User Details
- User Since
- Feb 20 2013, 1:16 AM (613 w, 4 d)
- Availability
- Available
Jun 13 2014
Ah cool.
Jun 11 2014
Ah, ok. In another task we were told to use the new way :D
Jun 4 2014
The global exclude stuff is actually not for *all* of the linters. We, for example, have linters that make sure vendored in stuff has a LICENSE file, etc. So that doesn't help here :-(
At scale the json format is a huge pain:
A way to support this would be to let .arclint be PHP as well as json. The json is super annoying to deal with, and with PHP we could use variables and such.
May 19 2014
FWIW, this is what broke / why we override:
This again broke our arc workflow. I'll look if it is needed though it would be nice to get a revert.
May 14 2014
I'm actually revamping our linters and don't think this will be an issue in the future, so let's keep it this way for now. I'll put up a diff if it later becomes an issue.
We basically do
// Path regexes to run clang-format on $whitelist = array( // '#^BLAH/.*#', );