diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..738f8cf --- /dev/null +++ b/.arcconfig @@ -0,0 +1,5 @@ +{ + "repository.callsign": "rAPINSSE", + "phabricator.uri": "https://devcentral.nasqueron.org", + "unit.engine": "PhpunitTestEngine" +} diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..412fdab --- /dev/null +++ b/.arclint @@ -0,0 +1,38 @@ +{ + "linters": { + "chmod": { + "type": "chmod" + }, + "filename": { + "type": "filename" + }, + "json": { + "type": "json", + "include": [ + "(^\\.arcconfig$)", + "(^\\.arclint$)", + "(\\.json$)" + ] + }, + "pep8": { + "type": "pep8", + "include": [ + "(\\.py$)", + "(^notifications$)" + ], + "severity": { + "E401": "warning" + } + }, + "flake8": { + "type": "flake8", + "include": [ + "(\\.py$)", + "(^notifications$)" + ], + "severity": { + "E901": "advice" + } + } + } +}