phpsa icon indicating copy to clipboard operation
phpsa copied to clipboard

[Config] improve Config

Open ddmler opened this issue 9 years ago • 5 comments

  • [ ] disabling/enabling notices by levels like CHECK_SAFE/CHECK_BETA/…
  • [x] improving documentation regarding analyzers configuration
  • [ ] improving notices generated by analyzers to include a better description and a link to a page (in the wiki probably)
  • [x] check minimum php version for analyzers

ddmler avatar Oct 11 '16 09:10 ddmler

minimum php versions still needed: Deprecated Function /INI: multiple different versions in the code. (split those up into multiple analyzers?? if yes create new directory for deprecated analyzers))

ddmler avatar Oct 12 '16 11:10 ddmler

@ddmler Looks like > check minimum php version for analyzers is implemented now

I change from [ ] to [X] for it

ovr avatar Jan 24 '17 17:01 ovr

@ovr yeah missing is deprecated function/ini analyzer with minimum php version.

ddmler avatar Jan 24 '17 17:01 ddmler

I think that also a way to exclude files be very useful.

Mte90 avatar Mar 20 '18 19:03 Mte90

@Mte90 there is [feature] regarding that #344

kilgaloon avatar Mar 20 '18 22:03 kilgaloon