diff --git a/.arclint b/.arclint new file mode 100644 --- /dev/null +++ b/.arclint @@ -0,0 +1,19 @@ +{ + "exclude": "(^test/)", + "linters": { + "spelling": { + "type": "spelling" + }, + "json": { + "type": "json", + "include": "(\\.json$)" + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "ruby": { + "type": "ruby", + "include": "(\\.rb$)" + } + } +}