Page MenuHomeDevCentral

D387.diff
No OneTemporary

D387.diff

diff --git a/.arcconfig b/.arcconfig
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,4 +1,5 @@
{
- "phabricator.uri": "http://devcentral.nasqueron.org/",
- "repository.callsign": "GROVE"
-}
\ No newline at end of file
+ "phabricator.uri": "https://devcentral.nasqueron.org",
+ "repository.callsign": "GROVE",
+ "unit.engine": "PhpunitTestEngine"
+}
diff --git a/.arclint b/.arclint
new file mode 100644
--- /dev/null
+++ b/.arclint
@@ -0,0 +1,37 @@
+{
+ "exclude": [
+ "(^vendor/)",
+ "(^resources/assets/less/bootstrap/)",
+ "(^tests/data/)"
+ ],
+ "linters": {
+ "chmod": {
+ "type": "chmod"
+ },
+ "filename": {
+ "type": "filename"
+ },
+ "json": {
+ "type": "json",
+ "include": [
+ "(^\\.arcconfig$)",
+ "(^\\.arclint$)",
+ "(\\.json$)"
+ ]
+ },
+ "merge-conflict": {
+ "type": "merge-conflict"
+ },
+ "php": {
+ "type": "php",
+ "include": "(\\.php$)"
+ },
+ "spelling": {
+ "type": "spelling"
+ },
+ "xml": {
+ "type": "xml",
+ "include": "(\\.xml$)"
+ }
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 15:46 (21 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2249580
Default Alt Text
D387.diff (1 KB)

Event Timeline