moodlehq / moodle-plugin-ci

Helps running Moodle plugins analysis checks and tests under various CI environments.
https://moodlehq.github.io/moodle-plugin-ci/
GNU General Public License v3.0
41 stars 43 forks source link

Implement --exclude option in phpcs command #259

Closed NoelDeMartin closed 7 months ago

NoelDeMartin commented 7 months ago

I've been trying to exclude some rules from a plugin using a .phpcs.xml file and I didn't manage to do it. But it was very easy using the exclude option. I think this would be a nice addition.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (f783423) 85.15% compared to head (79c6925) 85.17%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #259 +/- ## ============================================ + Coverage 85.15% 85.17% +0.01% - Complexity 717 718 +1 ============================================ Files 75 75 Lines 2229 2232 +3 ============================================ + Hits 1898 1901 +3 Misses 331 331 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

stronk7 commented 7 months ago

Sold!

stronk7 commented 7 months ago

Sold, thanks!