diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..7921393 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,4 @@ +{ + "phabricator.uri": "https://devcentral.nasqueron.org", + "repository.callsign": "TASACORASRV" +} diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..2c77966 --- /dev/null +++ b/.arclint @@ -0,0 +1,36 @@ +{ + "exclude": [ + "(^js/vendor/)" + ], + "linters": { + "chmod": { + "type": "chmod" + }, + "filename": { + "type": "filename" + }, + "generated": { + "type": "generated" + }, + "json": { + "type": "json", + "include": [ + "(^\\.arcconfig$)", + "(^\\.arclint$)", + "(\\.json$)" + ] + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "python": { + "type": "flake8", + "include": [ + "(\\.py$)" + ] + }, + "spelling": { + "type": "spelling" + } + } +}