Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1056166
D41.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Jul 10, 3:19 AM
Size
768 B
Mime Type
text/x-diff
Expires
Fri, Jul 11, 3:19 AM (1 h, 52 m)
Engine
blob
Format
Raw Data
Handle
681526
Attached To
D41: INP-1407 - Move Arcanist linter options to new location
D41.diff
View Options
Index: branches/5.2.x/.arcconfig
===================================================================
--- branches/5.2.x/.arcconfig
+++ branches/5.2.x/.arcconfig
@@ -1,6 +1,5 @@
{
"project.name": "in-portal",
"repository.callsign": "INP",
- "phabricator.uri": "http://qa.in-portal.org/",
- "lint.phpcs.standard": "vendor/aik099/coding-standard/CodingStandard"
+ "phabricator.uri": "http://qa.in-portal.org/"
}
Index: branches/5.2.x/.arclint
===================================================================
--- branches/5.2.x/.arclint
+++ branches/5.2.x/.arclint
@@ -6,7 +6,8 @@
},
"checkstyle": {
"type": "phpcs",
- "include": "(\\.php$)"
+ "include": "(\\.php$)",
+ "phpcs.standard": "vendor/aik099/coding-standard/CodingStandard"
}
}
}
Event Timeline
Log In to Comment