Page MenuHomeDevCentral

D936.id2386.diff
No OneTemporary

D936.id2386.diff

diff --git a/.arcconfig b/.arcconfig
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,7 @@
{
"phabricator.uri": "https://devcentral.nasqueron.org/",
- "repository.callsign": "OPS"
+ "repository.callsign": "OPS",
+ "load": [
+ "shellcheck-linter"
+ ]
}
diff --git a/.arclint b/.arclint
new file mode 100644
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,24 @@
+{
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "shell": {
+ "type": "shellcheck",
+ "include": [
+ "(\\.sh$)"
+ ]
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ }
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 16:35 (21 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247665
Default Alt Text
D936.id2386.diff (858 B)

Event Timeline