diff --git a/.arcconfig b/.arcconfig new file mode 100644 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "phabricator.uri": "https://devcentral.nasqueron.org", + "repository.callsign": "TOMMY" +} diff --git a/.arclint b/.arclint new file mode 100644 --- /dev/null +++ b/.arclint @@ -0,0 +1,38 @@ +{ + "exclude": [ + ], + "linters": { + "chmod": { + "type": "chmod" + }, + "filename": { + "type": "filename" + }, + "json": { + "type": "json", + "include": [ + "(^\\.arcconfig$)", + "(^\\.arclint$)", + "(\\.json$)" + ] + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "rubocop": { + "type": "rubocop", + "include": "(\\.rb$)" + }, + "ruby": { + "type": "ruby", + "include": "(\\.rb$)" + }, + "spelling": { + "type": "spelling" + }, + "xml": { + "type": "xml", + "include": "(\\.xml$)" + } + } +}