moodlehq / moodle-cs

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

Make MissingDoclock code more specific (Fixes #154) #156

Closed andrewnicols closed 3 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 98.03%. Comparing base (3961e3c) to head (f3675a6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ========================================= Coverage 98.03% 98.03% Complexity 901 901 ========================================= Files 40 40 Lines 2697 2697 ========================================= Hits 2644 2644 Misses 53 53 ```

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

andrewnicols commented 3 months ago

Agree - I'll try and set some time aside to do this.

stronk7 commented 3 months ago

Hi,

I've resolved conflicts here, added some specific code tests and amended the sniff slightly to ensure that the 1st char in the code is always upper (that is good practice, I think).

Will be merging this soon...