Commits on Source (79)
-
Daniel Hürtgen authored9952aa3d
-
Daniel Hürtgen authored915cc620
-
Daniel Hürtgen authored8ccc1896
-
Daniel Hürtgen authored849b145b
-
Daniel Hürtgen authoredb00783df
-
Daniel Hürtgen authored3aba9b48
-
Daniel Hürtgen authoredd08f34cc
-
Daniel Hürtgen authored9bb88667
-
Daniel Hürtgen authoredb487af24
-
Daniel Hürtgen authored6e4eba48
-
Daniel Hürtgen authored2dba5d8b
-
Daniel Hürtgen authored020bb8e9
-
Daniel Hürtgen authored4a303fbc
-
Daniel Hürtgen authored4deb4681
-
Daniel Hürtgen authoredcaeabd3f
-
Daniel Hürtgen authored1a889ac1
-
Daniel Hürtgen authoredcab11b4d
-
Daniel Hürtgen authorede7ee9b71
-
Daniel Hürtgen authored
Merge remote-tracking branch 'origin/develop' into 30-implement-phpcodesniffer-standards-finder-service * origin/develop: TASK: Provide file doc inline headers to all files TASK: Adjust documentation for new composer package type
b45d01db -
Daniel Hürtgen authored
Merge branch '33-sometimes-pipeline-fails-on-install-zip-unzip-packages' into 30-implement-phpcodesniffer-standards-finder-service * 33-sometimes-pipeline-fails-on-install-zip-unzip-packages: BUGFIX: Remove failing package installation of 'zip'
f606733a -
Daniel Hürtgen authoredf957d7e8
-
Daniel Hürtgen authored1a61d0a1
-
Daniel Hürtgen authored01a25c72
-
Daniel Hürtgen authored2f154278
-
Daniel Hürtgen authoredc2f68f84
-
Daniel Hürtgen authored7140293e
-
Daniel Hürtgen authored2768e5ee
-
Daniel Hürtgen authored56d125b8
-
Daniel Hürtgen authored675e7bf9
-
Daniel Hürtgen authored3db8b9a2
-
Daniel Hürtgen authored96fda5a9
-
Daniel Hürtgen authoredc699ca7b
-
Daniel Hürtgen authored1963f830
-
Daniel Hürtgen authoredce2c94c4
-
Daniel Hürtgen authoredbc1baf09
-
1a55b3e7
-
Daniel Hürtgen authoredb2b353c0
-
Daniel Hürtgen authored1925bb2b
-
Daniel Hürtgen authored37f87282
-
Daniel Hürtgen authored9456a09c
-
Daniel Hürtgen authoredf55c37b9
-
Daniel Siepmann authored
Resolve "Implement PHP Mess Detector" Closes #29 See merge request !35
-
Daniel Hürtgen authored05aeb252
-
Daniel Hürtgen authoredc7a9432f
-
Daniel Hürtgen authored
Implement PHPCodeSniffer Standards Finder Service Closes #30 See merge request !32
-
Daniel Hürtgen authored3abb51d1
-
Daniel Hürtgen authoredc4dc4a34
-
Daniel Hürtgen authored
Fix/php mess detector See merge request !36
-
Daniel Hürtgen authored
-
Daniel Siepmann authored
Only this way it's possible to include the original standard in own phpcs configuration.
-
Daniel Siepmann authored
-
Daniel Siepmann authored
Use no short array syntax to work on lower php versions. Also adjust another test case to work again.
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Siepmann authored
-
Daniel Hürtgen authored
TASK: Migrate deprecated phpunit calls See merge request !41
-
Daniel Hürtgen authored
Feature: Naming See merge request !40
-
Daniel Hürtgen authored7a198401
-
Daniel Hürtgen authored6627d044
-
Daniel Siepmann authored
FEATURE: Provide minimal required php version in composer.json Closes #40 See merge request !43
-
Daniel Siepmann authored
FEATURE: Provide source & issues url via composer.json Closes #43 See merge request !42
-
Daniel Hürtgen authored17828585
-
Daniel Hürtgen authored8beb93ea
-
Daniel Hürtgen authored126bcc97
-
Daniel Hürtgen authored19497218
-
Daniel Hürtgen authored085d06f0
-
Daniel Hürtgen authored612dc41f
-
Daniel Hürtgen authored57196a48
-
Daniel Hürtgen authored4920e91f
-
Daniel Hürtgen authored7ee2a337
-
Daniel Hürtgen authored
FEATURE: Drop support for PHP 5.3 Closes #42 See merge request !46
-
Daniel Hürtgen authoredb097d41f
-
Daniel Hürtgen authored
* develop: FEATURE: Drop support for PHP 5.3 FEATURE: Provide minimal required php version in composer.json FEATURE: Provide source & issues url via composer.json # Conflicts: # .gitlab-ci.yml # src/PHPCodeSniffer/Standards/Standards.php # tests/Integration/PHPCodeSniffer/FinderTest.php # tests/Unit/PHPCodeSniffer/Standards/FactoryTest.php # tests/Unit/PHPCodeSniffer/Standards/Standard/FactoryTest.php # tests/Unit/PHPCodeSniffer/Standards/Standard/StandardTest.php
280968ce -
Daniel Hürtgen authored1df7e9fe
-
Daniel Hürtgen authored9b156d34
-
Daniel Hürtgen authoreda8ca3c8b
-
Daniel Hürtgen authored850fa798
-
Daniel Hürtgen authoredb45a4aa9
-
Daniel Hürtgen authored
TASK: Resolve "Implement tests" Closes #7 See merge request !44
Showing
- .gitlab-ci.yml 31 additions, 19 deletions.gitlab-ci.yml
- README.md 1 addition, 1 deletionREADME.md
- composer.json 7 additions, 2 deletionscomposer.json
- phpunit.xml.dist 5 additions, 2 deletionsphpunit.xml.dist
- src/Installer.php 48 additions, 40 deletionssrc/Installer.php
- src/PHPCodeSniffer/Finder.php 102 additions, 0 deletionssrc/PHPCodeSniffer/Finder.php
- src/PHPCodeSniffer/Standards/Factory.php 60 additions, 0 deletionssrc/PHPCodeSniffer/Standards/Factory.php
- src/PHPCodeSniffer/Standards/Standard/Exception/InvalidStandardException.php 29 additions, 0 deletions...Standards/Standard/Exception/InvalidStandardException.php
- src/PHPCodeSniffer/Standards/Standard/Exception/StandardPathAccessDeniedException.php 29 additions, 0 deletions.../Standard/Exception/StandardPathAccessDeniedException.php
- src/PHPCodeSniffer/Standards/Standard/Factory.php 40 additions, 0 deletionssrc/PHPCodeSniffer/Standards/Standard/Factory.php
- src/PHPCodeSniffer/Standards/Standard/Standard.php 121 additions, 0 deletionssrc/PHPCodeSniffer/Standards/Standard/Standard.php
- src/PHPCodeSniffer/Standards/Standard/StandardInterface.php 49 additions, 0 deletionssrc/PHPCodeSniffer/Standards/Standard/StandardInterface.php
- src/PHPCodeSniffer/Standards/Standards.php 68 additions, 25 deletionssrc/PHPCodeSniffer/Standards/Standards.php
- src/Plugin.php 3 additions, 0 deletionssrc/Plugin.php
- src/Symfony/Finder/Factory.php 42 additions, 0 deletionssrc/Symfony/Finder/Factory.php
- tests/Fixtures/Standards/InvalidStandard/no-phpcodesniffer-standard.txt 0 additions, 0 deletions.../Standards/InvalidStandard/no-phpcodesniffer-standard.txt
- tests/Fixtures/Standards/Standard1/ruleset.xml 0 additions, 0 deletionstests/Fixtures/Standards/Standard1/ruleset.xml
- tests/Fixtures/Standards/Standard2/ruleset.xml 0 additions, 0 deletionstests/Fixtures/Standards/Standard2/ruleset.xml
- tests/Fixtures/Standards/Standard3/ruleset.xml 0 additions, 0 deletionstests/Fixtures/Standards/Standard3/ruleset.xml
- tests/Fixtures/Standards/standard_with_ruleset/ruleset.xml 3 additions, 0 deletionstests/Fixtures/Standards/standard_with_ruleset/ruleset.xml
... | ... | @@ -17,6 +17,10 @@ |
"role": "Developer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin/issues", | ||
"source": "https://git.higidi.com/higidi/composer-phpcodesniffer-standards-plugin" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Higidi\\ComposerPhpCSStandardsPlugin\\": "src/" | ||
... | ... | @@ -24,10 +28,11 @@ |
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Higidi\\ComposerPhpCSStandardsPlugin\\Tests\\": "tests/src/" | ||
"Higidi\\ComposerPhpCSStandardsPlugin\\Tests\\": "tests/" | ||
} | ||
}, | ||
"require": { | ||
"php": "^5.4 || ^7.0", | ||
"composer-plugin-api": "^1.1", | ||
"squizlabs/php_codesniffer": "^2.0", | ||
"symfony/finder": "^2.1 || ^3.0", | ||
... | ... | @@ -35,7 +40,7 @@ |
}, | ||
"require-dev": { | ||
"composer/composer": "^1.4", | ||
"phpunit/phpunit": "^4.5 || ^5.0.5", | ||
"phpunit/phpunit": "^4.8.36 || ^5.0.5", | ||
"phpmd/phpmd": "^2.6" | ||
}, | ||
"extra": { | ||
... | ... |
src/PHPCodeSniffer/Finder.php
0 → 100644
src/Symfony/Finder/Factory.php
0 → 100644