| /plugin/description/.github/workflows/ ! |
| H A D | phpCS.yml | 6 phpcs: 16 tools: cs2pr, phpcs 29 …run: phpcs -v --standard=_test/phpcs_MigrationAdjustments.xml --report-full --report-checkstyle=./… 32 if: ${{ always() && steps.phpcs.outcome == 'failure' }} 33 run: cs2pr --notices-as-warnings --colorize ./phpcs-report.xml
|
| /plugin/openlayersmap/.github/workflows/ ! |
| H A D | phpCS.yml | 6 phpcs: 16 tools: cs2pr, phpcs 29 …run: phpcs -v --standard=_test/phpcs_MigrationAdjustments.xml --report-full --report-checkstyle=./… 32 if: ${{ always() && steps.phpcs.outcome == 'failure' }} 33 run: cs2pr --notices-as-warnings --colorize ./phpcs-report.xml
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/scripts/ ! |
| D | phpcs-svn-pre-commit | 120 $phpcs = new PHP_CodeSniffer( 129 $phpcs->setAllowedFileExtensions($values['extensions']); 131 $phpcs->setAllowedFileExtensions(array_keys($phpcs->defaultFileExtensions)); 136 $phpcs->setIgnorePatterns($values['ignored']); 157 $phpcs->setCli($this); 158 $phpcs->initStandard($values['standard'], $values['sniffs']); 170 if ($phpcs->shouldProcessFile($path, dirname($path)) === false) { 185 $phpcs->processFile($path, $contents); 189 $phpcs, 221 $phpcs = new PHP_CodeSniffer_SVN_Hook(); [all …]
|
| /plugin/backlinks/.github/workflows/ ! |
| H A D | phpCS.yml | 6 phpcs: 16 tools: cs2pr, phpcs 28 # run: php phpcs -v --runtime-set ignore_warnings_on_exit true --standard=_test/phpcs.… 30 …run: phpcs -q --standard=_test/phpcs_MigrationAdjustments.xml --report=checkstyle --runtime-set ig…
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/ ! |
| D | README.md | 4 PHP\_CodeSniffer is a set of two PHP scripts; the main `phpcs` script that tokenizes PHP, JavaScrip… 6 [](https://t… 22 curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 23 php phpcs.phar -h 28 …an install PHP\_CodeSniffer using the PEAR installer. This will make the `phpcs` and `phpcbf` comm… 50 ./vendor/bin/phpcs -h 53 You can also download the PHP\_CodeSniffer source and run the `phpcs` and `phpcbf` commands directl… 57 php scripts/phpcs -h
|
| D | CONTRIBUTING.md | 4 Before you contribute code to PHP\_CodeSniffer, please make sure it conforms to the PHPCS coding st… 7 php scripts/phpcs
|
| D | composer.json | 6 "phpcs", 64 "scripts/phpcs",
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ ! |
| D | composer.json | 53 "phpcs": [ array 54 …"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp src --ignore=src… 55 …"phpcs --standard=ruleset.xml --extensions=php --encoding=utf-8 --tab-width=4 -sp tests --ignore=t…
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/ ! |
| D | .stickler.yml | 2 phpcs: 3 standard: 'build/phpcs.xml'
|
| D | build.xml | 367 <target name="generate-project-documentation" depends="-phploc,-phpcs,-phpmd,-phpunit"> 381 <target name="phpcs"> 382 <exec executable="${basedir}/build/tools/phpcs" taskname="phpcs"> 383 <arg value="--standard=${basedir}/build/phpcs.xml"/> 389 <target name="-phpcs" depends="prepare"> 390 <exec executable="${basedir}/build/tools/phpcs" output="/dev/null" taskname="phpcs"> 391 <arg value="--standard=${basedir}/build/phpcs.xml"/>
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ ! |
| D | CLI.php | 3 * A class to process command line phpcs scripts. 42 * A class to process command line phpcs scripts. 95 * Run the PHPCS script. 918 $phpcs = new PHP_CodeSniffer($values['verbosity']); 924 $phpcs->generateDocs( 954 $phpcs = new PHP_CodeSniffer($values['verbosity'], null, null, null); 955 $phpcs->setCli($this); 956 $phpcs->initStandard($values['standard'], $values['sniffs'], $values['exclude']); 959 $phpcs->setTabWidth($values['tabWidth']); 960 $phpcs->setEncoding($values['encoding']); [all …]
|
| /plugin/davcard/vendor/sabre/vobject/ ! |
| D | .travis.yml | 16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
|
| /plugin/webdavclient/vendor/sabre/vobject/ ! |
| D | .travis.yml | 16 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
|
| /plugin/davcal/vendor/sabre/vobject/ ! |
| H A D | .travis.yml | 17 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
|
| /plugin/issuelinks/ ! |
| D | .travis.yml | 13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 14 - php phpcs.phar
|
| D | pre-commit.hook.sh | 33 phpcs -p $FILES 40 phpcs -p $FILES
|
| /plugin/gdpr/ ! |
| D | .travis.yml | 14 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 15 - php phpcs.phar
|
| /plugin/cleanoldips/ ! |
| D | .travis.yml | 13 - wget https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar 14 - php phpcs.phar
|
| /plugin/struct/helper/ ! |
| H A D | db.php | 84 …public function STRUCT_JSON(...$args) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 95 …public function STRUCT_LOOKUP(...$args) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelC… 113 public function IS_PUBLISHER() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps
|
| /plugin/geophp/ ! |
| D | helper.php | 5 // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps 6 // phpcs:disable PSR1.Files.SideEffects
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ ! |
| D | build.xml | 33 <target name="phpcs" description="Find coding standard violations using PHP_CodeSniffer"> 34 <exec executable="phpcs">
|
| /plugin/combo/renderer/ ! |
| H A D | analytics.php | 219 public function document_end() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 725 …public function table_open($maxcols = null, $numrows = null, $pos = null) // phpcs:ignore PSR1.Met… 730 …public function table_close($pos = null) // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamel… 741 public function quote_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 750 public function quote_close() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 755 public function strong_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 760 public function strong_close() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 765 public function emphasis_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 770 public function emphasis_close() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps 775 public function underline_open() // phpcs:ignore PSR1.Methods.CamelCapsMethodName.NotCamelCaps [all …]
|
| /plugin/findologicxmlexport/vendor/jms/metadata/ ! |
| D | CONTRIBUTING.md | 11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository). 15 To check your code you can run `vendor/bin/phpcs`. This command will give you a list of violations …
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/ ! |
| D | Generator.php | 134 $phpcs = new PHP_CodeSniffer(); 135 $phpcs->process(array(), $this->_standard); 136 $sniffs = $phpcs->getSniffs();
|
| /plugin/combinedlogs/ ! |
| H A D | action.php | 15 // phpcs:disable PSR1.Classes.ClassDeclaration -- DokuWiki plugins must not be in a namespace 16 // phpcs:disable Squiz.Classes.ValidClassName -- DokuWiki requires snake case class names
|