shlogg · Early preview
Manish Chaudhary @cmanish049

Fixing Code Style Issues With Pint And Git

vendor/bin/pint --preset=per --dirty --test lists files with code style issues in git.

The command below will list all files that has been changed in git which have code style issues.

vendor/bin/pint --preset=per --dirty --test

    
    

    
    




The output will look somewhat like this.