Closed andrewnicols closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.87%. Comparing base (
5af7ee0
) to head (ad8be34
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Q: Does this cover cases like:
/**
* This is the first line of the block.
* But the second an following aren't separated enough and
* make the block to look weird.
*/
<<files, classes, ..., but methods, that I think don't require it, go here >>
I mean, it sounds to me that the 1st line alone (with empty line after), has been always a requirement for them. But we haven't enforced it, I think. And this may be the perfect sniff for that.
Q: Does this cover cases like:
/** * This is the first line of the block. * But the second an following aren't separated enough and * make the block to look weird. */ <<files, classes, ..., but methods, that I think don't require it, go here >>
I mean, it sounds to me that the 1st line alone (with empty line after), has been always a requirement for them. But we haven't enforced it, I think. And this may be the perfect sniff for that.
It doesn't cover that case right now, but it's not hard to add. Still, I'd prefer to do it as a separate PR in this case because there are a couple of ways to do it.
Still, I'd prefer to do it as a separate PR in this case because there are a couple of ways to do it.
Agreed, we can create a new issue with some thoughts about what we may need to check:
I'll proceed to review this soon... ciao :-)
Have created #136 to have the discussion above registered.
Replaces:
Replaces https://github.com/moodlehq/moodle-local_moodlecheck/pull/142