Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1110007
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
Tue, Aug 26, 10:21 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Thu, Aug 28, 10:21 AM (1 h, 33 m)
Engine
blob
Format
Raw Data
Handle
716718
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/5.2.x/.arcconfig
===================================================================
--- branches/5.2.x/.arcconfig (revision 16129)
+++ branches/5.2.x/.arcconfig (revision 16130)
@@ -1,6 +1,6 @@
{
- "project.name" : "in-portal",
- "repository.callsign": "INP",
- "phabricator.uri" : "http://qa.in-portal.org/",
- "lint.phpcs.standard" : "vendor/aik099/coding-standard/CodingStandard"
+ "project.name": "in-portal",
+ "repository.callsign": "INP",
+ "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 (revision 16129)
+++ branches/5.2.x/.arclint (revision 16130)
@@ -1,8 +1,12 @@
{
- "linters": {
- "checkstyle": {
- "type": "phpcs",
- "include": "(\\.php$)"
- }
- }
+ "linters": {
+ "php-lint": {
+ "type": "php",
+ "include": "(\\.php$)"
+ },
+ "checkstyle": {
+ "type": "phpcs",
+ "include": "(\\.php$)"
+ }
+ }
}
Event Timeline
Log In to Comment