DaGhostman / ts-php-inspections

An inspecion tool for PHP written in TS
MIT License
6 stars 2 forks source link

add a way to disable rules #6

Open ichiriac opened 7 years ago

ichiriac commented 7 years ago

Like explained here, it would be cool to have a way to disable some rules.

Could be found from phpMd here : https://phpmd.org/documentation/suppress-warnings.html

Ignore directive from jslint : http://jshint.com/blog/new-in-jshint-oct-2013/

PhpCS ignore directive : https://pear.php.net/manual/en/package.php.php-codesniffer.advanced-usage.php

DaGhostman commented 7 years ago

Putting this on hold since it is blocked until rules are implemented

DaGhostman commented 7 years ago

Check #5 for progress