Need a way to define common include/exclude patterns in lint.
As it is, our .arclint file has a ton of copy and pasted regex entries. We should be able to define names /groups and use them so if someting needs to change we can do it in one place.
I was using traits for this in the linter itself but it would be nice to have it in the JSON.