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 sniffs for file docblock @copyright and @license #125

Closed andrewnicols closed 7 months ago

andrewnicols commented 7 months ago

Replaces https://github.com/moodlehq/moodle-local_moodlecheck/pull/139

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 97.69%. Comparing base (979a494) to head (f136673).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #125 +/- ## ============================================ + Coverage 97.63% 97.69% +0.06% - Complexity 761 778 +17 ============================================ Files 33 34 +1 Lines 2240 2302 +62 ============================================ + Hits 2187 2249 +62 Misses 53 53 ```

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

andrewnicols commented 7 months ago

Updated with latest changes (again) :)