moodlehq / moodle-cs

Moodle Coding Style

Home Page:https://github.com/moodlehq/moodle-cs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruleset shouldn't include own sniffs unless to configure them

stronk7 opened this issue · comments

In #71 it was detected that, lately, we have been adding moodle.* sniffs to the moodle/ruleset.xml file.

And that's not needed, unless:

  • We want to change the default severity of the Sniff (or disable it).
  • We want to configure some option, not default.

So this issue is just about to review moodle/ruleset.xml and remove any rule referencing to moodle sniffs, because it's not needed.

Ciao :-)