Skip to content

helper container for all your linting & formatting needs

Notifications You must be signed in to change notification settings

dreadkopp/quality-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bundled container that will lint and patch your code

included linters and fixers:

rector php-cs-fixer phpstan phpinsights markdownlint eslint prettier

Usage:

Build container

docker build -t quality-tool .

then run it:

docker run -it -v $PWD:/analyze quality-tool <tool> <optional-parameters>

i.e.

docker run -it -v $PWD:/analyze quality-tool php-cs-fixer ./app

About

helper container for all your linting & formatting needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published