diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..193a89c --- /dev/null +++ b/.arclint @@ -0,0 +1,35 @@ +{ + "exclude": [ + "(^tests/data/)" + ], + "linters": { + "chmod": { + "type": "chmod" + }, + "filename": { + "type": "filename" + }, + "json": { + "type": "json", + "include": [ + "(^\\.arcconfig$)", + "(^\\.arclint$)", + "(\\.json$)" + ] + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "php": { + "type": "php", + "include": "(\\.php$)" + }, + "spelling": { + "type": "spelling" + }, + "xml": { + "type": "xml", + "include": "(\\.xml$)" + } + } +}