moodlehq / moodle-cs

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

Allow extra consecutive header lines after the official boilerplate #169

Closed stronk7 closed 5 months ago

stronk7 commented 5 months ago

Once the official boilerplate checks have been performed, allow the "block" to be expanded with any extra information.

As far as the block is a number of consecutive comment lines, exclusively separated by \n, that's allowed.

Note that any spacing different from \n or any non consecutive comment line will stop the sequence.

Fixes: #168

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 98.09%. Comparing base (91661a1) to head (dd772ea).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ========================================= Coverage 98.08% 98.09% - Complexity 932 935 +3 ========================================= Files 40 40 Lines 2769 2777 +8 ========================================= + Hits 2716 2724 +8 Misses 53 53 ```

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

stronk7 commented 5 months ago

Tata, @sarjona !