Page MenuHomeDevCentral

No OneTemporary

diff --git a/.arcconfig b/.arcconfig
index 1490983..52dd9c6 100644
--- 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
index 0000000..46d8128
--- /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/x-diff
Expires
Mon, Nov 25, 16:48 (23 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2260592
Default Alt Text
(910 B)

Event Timeline