phpci/PHPCI/Plugin
Alex Russell 4133bb7905 Extended phpcs plugin to allow for extra commandline arguments.
- Now accepts paths in the --standards argument (and correctly prepends
  the build directory) so it actually works

- Now accepts the --tabwidth argument so that if your project favours tabs
  over spaces you can still just use PSR2 and you don't have to sacrifice
  using the Generic.WhiteSpace.ScopeIndent rule because it is spaces-only

- Now accpets the --encoding argument. I haven't used this before, but
  looking in the phpcs documentation it looks like a very useful one to
  have as most people code in utf-8 but phpcs defaults to iso-8859-1 and
  it can apparently "cause double-encoding problems when generating UTF-8
  encoded XML reports"
2013-07-30 14:58:00 +01:00
..
Atoum.php Add atoum plugin 2013-06-25 13:50:23 +02:00
CleanBuild.php Make copy_build copy dot files, also fix comments in new build plugins. Closes #50. 2013-05-20 14:06:53 +01:00
Composer.php added prefer_dist option to composer plugin 2013-07-18 16:10:55 +03:00
CopyBuild.php Make copy_build copy dot files, also fix comments in new build plugins. Closes #50. 2013-05-20 14:06:53 +01:00
Email.php added smtp_encryption config parameter 2013-07-18 14:14:22 +03:00
Env.php Added interpolation support to Env plugin 2013-05-22 15:54:18 -04:00
Mysql.php Added support for interpolation in MySQL host, user, database, queries and file imports 2013-05-22 14:21:17 -04:00
PackageBuild.php Make copy_build copy dot files, also fix comments in new build plugins. Closes #50. 2013-05-20 14:06:53 +01:00
Pdepend.php Included support for PhpLoc and Pdepend 2013-07-13 00:19:43 +02:00
Pgsql.php Improved commenting throughout the project. Fixes #18 2013-05-16 17:17:29 +01:00
PhpCodeSniffer.php Extended phpcs plugin to allow for extra commandline arguments. 2013-07-30 14:58:00 +01:00
PhpCpd.php Improved commenting throughout the project. Fixes #18 2013-05-16 17:17:29 +01:00
PhpCsFixer.php This should be checking the value not the key 2013-05-23 06:36:40 +01:00
PhpLoc.php Included support for PhpLoc and Pdepend 2013-07-13 00:19:43 +02:00
PhpMessDetector.php added rules option to phpmd plugin 2013-07-19 16:40:16 +03:00
PhpSpec.php Improved commenting throughout the project. Fixes #18 2013-05-16 17:17:29 +01:00
PhpUnit.php Improved commenting throughout the project. Fixes #18 2013-05-16 17:17:29 +01:00
Shell.php Adding Shell plugin, but with the requirement that ENABLE_SHELL_PLUGIN must be defined and true, to give sysadmins some control. Closes #45. 2013-05-22 17:23:35 +01:00