Ref T2039.
Modify the .arclint file format to be INI instead of JSON. In addition, modify the .arclint paths to be a glob rather than a regular expression. These changes generally make the .arclint format much easier to use.
Note that these changes would break backwards compatibility, which we could fix by either:
- Attemping to parse the file as JSON if it is not a valid INI.
- Creating a new ArcanistLintEngine that understands INI files and leaving the existing ArcanistConfigurationDrivenLintEngine as is.