Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1174904
in-portal
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
Fri, Oct 3, 3:02 AM
Size
800 B
Mime Type
text/x-diff
Expires
Sun, Oct 5, 3:02 AM (1 d, 10 h)
Engine
blob
Format
Raw Data
Handle
761822
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.2.x/.arcconfig
===================================================================
--- branches/5.2.x/.arcconfig (revision 16120)
+++ branches/5.2.x/.arcconfig (revision 16121)
@@ -1,5 +1,6 @@
{
"project.name" : "in-portal",
"repository.callsign": "INP",
- "phabricator.uri" : "http://qa.in-portal.org/"
-}
\ No newline at end of file
+ "phabricator.uri" : "http://qa.in-portal.org/",
+ "lint.phpcs.standard" : "vendor/aik099/coding-standard/CodingStandard"
+}
Index: branches/5.2.x/.arclint
===================================================================
--- branches/5.2.x/.arclint (nonexistent)
+++ branches/5.2.x/.arclint (revision 16121)
@@ -0,0 +1,8 @@
+{
+ "linters": {
+ "checkstyle": {
+ "type": "phpcs",
+ "include": "(\\.php$)"
+ }
+ }
+}
Event Timeline
Log In to Comment