Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F860063
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
Wed, Apr 30, 3:58 AM
Size
768 B
Mime Type
text/x-diff
Expires
Thu, May 1, 3:58 AM (15 h, 36 m)
Engine
blob
Format
Raw Data
Handle
611767
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