Page MenuHomeDevCentral

D1034.id2636.diff
No OneTemporary

D1034.id2636.diff

diff --git a/.arcconfig b/.arcconfig
new file mode 100644
--- /dev/null
+++ b/.arcconfig
@@ -0,0 +1,7 @@
+{
+ "phabricator.uri": "https://devcentral.nasqueron.org/",
+ "repository.callsign": "SW",
+ "load": [
+ "shellcheck-linter"
+ ]
+}
diff --git a/.arclint b/.arclint
new file mode 100644
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,42 @@
+{
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "shell": {
+ "type": "shellcheck",
+ "include": [
+ "(\\.sh$)"
+ ]
+ },
+ "pep8": {
+ "type": "pep8",
+ "include": [
+ "(\\.py$)"
+ ],
+ "severity": {
+ "E401": "warning"
+ }
+ },
+ "flake8": {
+ "type": "flake8",
+ "include": [
+ "(\\.py$)"
+ ],
+ "severity": {
+ "E901": "advice"
+ }
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ }
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 19, 01:26 (22 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2251496
Default Alt Text
D1034.id2636.diff (1 KB)

Event Timeline