The Wayback Machine - https://web.archive.org/web/20201119071402/https://github.com/flickerleap/phpmd
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Flickerleap mess detector

This project contains a ruleset to be used with phpmd https://github.com/phpmd/phpmd

Installation

$ composer global require flickerleap/phpmd

Usage

$ ~/.composer/vendor/bin/phpmd path/to/src text ~/.composer/vendor/flickerleap/phpmd/ruleset.xml

Rules

  • All phpmd rules
  • Excluded static usage of classes due to laravels fantastic service container https://laravel.com/docs/5.6/facades
  • Excluded some short variable names such as $to in a mailable
  • Excluded all unused parameters due to common usage of $request in controller functions

About

Flicker Leap PHP Mess Detector Config

Topics

Resources

Packages

No packages published
You can’t perform that action at this time.