moodlehq / moodle-local_moodlecheck

Checks style of phpdocs in moodle source file
26 stars 31 forks source link

Invalid phpdocs tag @codingStandardsIgnoreLine used #38

Closed mdjnelson closed 6 years ago

mdjnelson commented 7 years ago

I have the following Behat step docs -

* @codingStandardsIgnoreLine
* @Given /^I add the element "(?P<element_name>(?:[^"]|\\")*)" to page "(?P<page_number>\d+)" of the "(?P<template_name>(?:[^"]|\\")*)" certificate template$/

Moodle check complains about the usage of '@codingStandardsIgnoreLine'. However, if I remove the '@codingStandardsIgnoreLine' line the local_codechecker complains about the line length. Seems I can't win.

mudrd8mz commented 6 years ago

This could be done together with https://tracker.moodle.org/browse/MDLSITE-2824 and pull #18

stronk7 commented 6 years ago

( done by #41 ) Ciao :-)