Page MenuHomeDevCentral

No OneTemporary

diff --git a/.arcconfig b/.arcconfig
new file mode 100644
index 0000000..534ee7f
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,4 @@
+{
+ "phabricator.uri": "http://devcentral.nasqueron.org/",
+ "repository.callsign": "NOTIFCLI"
+}
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"
+ }
+ }
+ }
+}

File Metadata

Mime Type
text/x-diff
Expires
Mon, Nov 25, 11:54 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260122
Default Alt Text
(1000 B)

Event Timeline