diff options
-rw-r--r-- | .arcconfig | 6 | ||||
-rw-r--r-- | .arclint | 25 |
2 files changed, 31 insertions, 0 deletions
diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..54153b9 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,6 @@ +{ + "project.name": "S", + "repository.callsign" : "S", + "phabricator.uri" : "https://reviews.freebsd.org/", + "history.immutable" : true +} diff --git a/.arclint b/.arclint new file mode 100644 index 0000000..31bda09 --- /dev/null +++ b/.arclint @@ -0,0 +1,25 @@ +{ + "exclude": "(contrib|crypto)", + "linters": { + "python": { + "type": "pep8", + "include": "(\\.py$)" + }, + "spelling": { + "type": "spelling" + }, + "chmod": { + "type": "chmod" + }, + "merge-conflict": { + "type": "merge-conflict" + }, + "filename": { + "type": "filename" + }, + "json": { + "type": "json", + "include": "(\\.arclint|\\.json$)" + } + } +} |