Closed (fixed)
Project:
DrupalCI: Test Runner
Component:
Coding Standards
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2015 at 03:09 UTC
Updated:
13 Feb 2017 at 07:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mile23Might work on this as a first step before any refactoring.
Comment #3
mile23Some work on making the DrupalCI code pass standards.
I concentrated on documentation changes, and left code alone, other than formatting issues. Meaning: mixedCase and under_score are used in the wrong places but I left them so other patches stand a better chance of applying.
This is against the dev branch.
Comment #4
mile23We should follow core and have a phpcs.xml.dist file if we're going to care about coding standards: #2571965: [meta] Fix PHP coding standards in core, stage 1 + #2744463: Add phpcs, coder 8.2.8 as --dev requirements for drupal/core
Comment #5
MixologicComment #6
mile23Added #2780083: Add phpcs, coder as --dev requirements for testbot
Comment #10
MixologicNow that we got down to like, two small branches, I went ahead and updated all of our own sniffyness. DrupalCI testrunner is 100% compliant with our own phpcs.xml.dist. yay.