moodlehq / moodle-cs

Moodle Coding Style
https://github.com/moodlehq/moodle-cs
GNU General Public License v3.0
18 stars 16 forks source link

Add sniff to detect missing docs for constants #129

Closed andrewnicols closed 8 months ago

andrewnicols commented 8 months ago

Replaces constsdocumented check.

https://github.com/moodlehq/moodle-local_moodlecheck/pull/140

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 97.84%. Comparing base (e514246) to head (fbe6264).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #129 +/- ## ============================================ + Coverage 97.82% 97.84% +0.02% - Complexity 826 835 +9 ============================================ Files 36 36 Lines 2432 2463 +31 ============================================ + Hits 2379 2410 +31 Misses 53 53 ```

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