Skip to content

php-codesniffer

Actions
php-codesniffer by Pipeline Components
v0.12.3
Latest
Star (8)

Pipeline Components: PHP Codesniffer

Project Stage Project Maintenance License GitLab CI

Docker status

Image Size Docker Pulls

Usage

The image is for running codesniffer, codesniffer is installed in /app/ in case you need to customize the install before usage. Default the following packages are installed:

  • squizlabs/php_codesniffer
  • phpcompatibility/php-compatibility
  • dealerdirect/phpcodesniffer-composer-installer

.

Examples

phpcs PSR2:
  stage: linting
  image: registry.gitlab.com/pipeline-components/php-codesniffer:latest
  script:
    - phpcs -s -p --colors --extensions=php --standard=PSR2 .
php-compatibility 7.3:
  stage: test
  image: registry.gitlab.com/pipeline-components/php-codesniffer:latest
  variables:
    PHPVERSION: "7.3"
  script:
    - >-
      phpcs -s -p --colors
      --standard=PHPCompatibility
      --extensions=php
      --runtime-set testVersion ${PHPVERSION} .

Versioning

This project uses Semantic Versioning for its version numbering.

Support

Got questions?

Check the discord channel

You could also open an issue here

Contributing

This is an active open-source project. We are always open to people who want to use the code or contribute to it.

We've set up a separate document for our contribution guidelines.

Thank you for being involved! 😍

Authors & contributors

The original setup of this repository is by Robbert Müller.

The Build pipeline is large based on Community Hass.io Add-ons by Franck Nijhof.

For a full list of all authors and contributors, check the contributor's page.

License

This project is licensed under the MIT License by Robbert Müller.

php-codesniffer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

php-codesniffer by Pipeline Components
v0.12.3
Latest

php-codesniffer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.