Skip to content

Docker Contianer for running phpcs code style checks on a joomla-cms repository

Notifications You must be signed in to change notification settings

renovate-bot/docker-joomla-cms-phpcs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-joomla-cms-phpcs

Docker Container for running phpcs code style checks on a joomla-cms repository

Reason for building this container

If you have a local install of phpcs you might have a newer version installed or you don't have phpcs installed at all. A lot of PR fail because of code styles failures and this takes a lot of time to communicate and to fix the code style issues. This container allows anyone to run code style checks on their local machine without installing and fighting dependencies.

How to use

  • Install docker on your local machine
  • Go into your development directory
  • Then run
docker run -it --rm -v $(pwd):/opt/src -w /opt joomlaprojects/docker-joomla-cms-phpcs

That's it.

For convenience you can create an alias e.g.

alias jcs='docker run -it --rm -v $(pwd):/opt/src -w /opt joomlaprojects/docker-joomla-cms-phpcs'

and then you can run jcs and code styles are checked

About

Docker Contianer for running phpcs code style checks on a joomla-cms repository

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.9%
  • Shell 16.1%