Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / moodlehq/moodle-cs issues and pull requests

#189 - Fixes #188. @Transform PHPdoc should be allowed in Behat files

Pull Request - State: closed - Opened by timhunt about 1 month ago - 1 comment

#188 - @Transform Behat keyword is incorrected reported

Issue - State: closed - Opened by timhunt about 1 month ago

#184 - Make PHPStorm tag `@noinspection` valid

Pull Request - State: open - Opened by daniil-berg 3 months ago

#182 - ValidVariableNameSniff: freshen allowed globals

Pull Request - State: open - Opened by jrchamp 3 months ago - 1 comment

#181 - Allowed globals is incomplete?

Issue - State: open - Opened by jrchamp 3 months ago - 1 comment

#180 - Unit test "final" rule wrongly triggers for abstract classes

Issue - State: closed - Opened by PhMemmel 4 months ago - 2 comments

#179 - Bump to phpcs 3.10.2

Pull Request - State: open - Opened by stronk7 4 months ago - 1 comment

#179 - Bump to phpcs 3.10.2

Pull Request - State: open - Opened by stronk7 4 months ago - 1 comment

#178 - Incorrect fix for multi-line array

Issue - State: open - Opened by andrewnicols 4 months ago - 1 comment

#178 - Incorrect fix for multi-line array

Issue - State: open - Opened by andrewnicols 4 months ago - 1 comment

#177 - Fixes #176. Match blank boilerplate lines correctly.

Pull Request - State: closed - Opened by micaherne 5 months ago - 3 comments

#177 - Fixes #176. Match blank boilerplate lines correctly.

Pull Request - State: closed - Opened by micaherne 5 months ago - 3 comments

#175 - Fixes #174. Insert boilerplate correctly where comment on first line.

Pull Request - State: closed - Opened by micaherne 5 months ago - 3 comments

#174 - BoilerplateCommentSniff causes invalid code if first line has comment

Issue - State: closed - Opened by micaherne 5 months ago - 3 comments
Labels: bug

#174 - BoilerplateCommentSniff causes invalid code if first line has comment

Issue - State: closed - Opened by micaherne 5 months ago - 3 comments
Labels: bug

#173 - Ensure we stop looking for file phpdoc block asap

Pull Request - State: closed - Opened by stronk7 5 months ago - 2 comments

#172 - Commenting.PackageSniff fix seems broken when first doc comment is an inline one

Issue - State: closed - Opened by micaherne 5 months ago - 6 comments
Labels: bug

#171 - Ignore anonymous class docblocks if they have a parent

Pull Request - State: closed - Opened by andrewnicols 5 months ago - 1 comment

#171 - Ignore anonymous class docblocks if they have a parent

Pull Request - State: closed - Opened by andrewnicols 5 months ago - 1 comment

#170 - Ignore invalid method names using the Override attribute

Pull Request - State: closed - Opened by andrewnicols 5 months ago - 3 comments
Labels: enhancement

#170 - Ignore invalid method names using the Override attribute

Pull Request - State: closed - Opened by andrewnicols 5 months ago - 3 comments
Labels: enhancement

#169 - Allow extra consecutive header lines after the official boilerplate

Pull Request - State: closed - Opened by stronk7 6 months ago - 2 comments

#167 - Detect multiple @coversDefaultClass uses in a class

Pull Request - State: closed - Opened by stronk7 6 months ago - 1 comment

#167 - Detect multiple @coversDefaultClass uses in a class

Pull Request - State: closed - Opened by stronk7 6 months ago - 1 comment

#166 - Make the TestCaseCovers sniff to detect multiple @coversDefaultClass cases

Issue - State: closed - Opened by stronk7 6 months ago - 1 comment
Labels: enhancement, good first issue

#166 - Make the TestCaseCovers sniff to detect multiple @coversDefaultClass cases

Issue - State: closed - Opened by stronk7 6 months ago - 1 comment
Labels: enhancement, good first issue

#165 - New sniff to detect correct setUp/tearDown parent calls

Pull Request - State: closed - Opened by stronk7 6 months ago - 3 comments

#164 - CodeChecker should be able to check for the rule about no string concatenation in lang files

Issue - State: open - Opened by timhunt 6 months ago - 1 comment
Labels: enhancement

#162 - Bump to phpcs 3.10.1

Pull Request - State: closed - Opened by stronk7 6 months ago - 4 comments

#161 - Better integration tests, with correct exit status checks

Pull Request - State: closed - Opened by stronk7 7 months ago - 2 comments

#161 - Better integration tests, with correct exit status checks

Pull Request - State: closed - Opened by stronk7 7 months ago - 2 comments

#160 - Do not warn about missing docblocks when a method has the #[\Override] attribute

Pull Request - State: closed - Opened by andrewnicols 7 months ago - 4 comments

#158 - Update BoilerplateCommentSniff and add fixes.

Pull Request - State: closed - Opened by micaherne 7 months ago - 12 comments

#157 - Add new sniff to detect and remove constructor @return docs

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 6 comments

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

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 3 comments

#155 - Train moodle.Commenting.MissingDocblock.Missing to understand #[\Override]

Issue - State: closed - Opened by timhunt 8 months ago - 6 comments

#154 - Make MissingDocblock names more specific

Issue - State: closed - Opened by andrewnicols 8 months ago

#152 - Towards better release procedure

Pull Request - State: closed - Opened by stronk7 8 months ago - 3 comments

#151 - @var Sniff should detect presence of $varname

Issue - State: open - Opened by andrewnicols 8 months ago

#151 - @var Sniff should detect presence of $varname

Issue - State: open - Opened by andrewnicols 8 months ago

#148 - Document the release process

Issue - State: closed - Opened by andrewnicols 8 months ago - 9 comments

#147 - Object names may not be present for all objects

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#146 - Tags for file-specific paths should normalise pathnames

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#146 - Tags for file-specific paths should normalise pathnames

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#145 - Invalid docblock tag "@group".

Issue - State: closed - Opened by gjb2048 8 months ago - 7 comments

#145 - Invalid docblock tag "@group".

Issue - State: closed - Opened by gjb2048 8 months ago - 7 comments

#144 - Properties should not be tested for regular constructors (Fixes #142)

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#142 - Problem with moodle.Commenting.VariableComment and constructor methods

Issue - State: closed - Opened by stronk7 8 months ago
Labels: bug

#142 - Problem with moodle.Commenting.VariableComment and constructor methods

Issue - State: closed - Opened by stronk7 8 months ago
Labels: bug

#141 - Make the TodoComment Sniff to require a complete regex (start, end delimiters)

Issue - State: open - Opened by stronk7 8 months ago
Labels: bug, good first issue

#141 - Make the TodoComment Sniff to require a complete regex (start, end delimiters)

Issue - State: open - Opened by stronk7 8 months ago
Labels: bug, good first issue

#140 - Deprecated items do not need a description

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#140 - Deprecated items do not need a description

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#139 - Review upper/lower class and file matching over code

Issue - State: open - Opened by stronk7 8 months ago

#139 - Review upper/lower class and file matching over code

Issue - State: open - Opened by stronk7 8 months ago

#138 - Incorrect fixing of property names

Issue - State: open - Opened by micaherne 8 months ago - 1 comment

#138 - Incorrect fixing of property names

Issue - State: open - Opened by micaherne 8 months ago - 1 comment

#137 - Add sniff to detect use of /// comments.

Pull Request - State: open - Opened by andrewnicols 8 months ago

#137 - Add sniff to detect use of /// comments.

Pull Request - State: open - Opened by andrewnicols 8 months ago

#135 - Remove all the MOODLE_INTERNAL fixture references

Issue - State: open - Opened by stronk7 8 months ago

#134 - Add sniff to check for first line descriptions

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 5 comments

#134 - Add sniff to check for first line descriptions

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 5 comments

#133 - A file docblock must have at least one empty newline after it (#133)

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment
Labels: bug

#132 - Fix docblocks before Multiline attributes

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 5 comments
Labels: bug

#132 - Fix docblocks before Multiline attributes

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 5 comments
Labels: bug

#131 - Add test for multiline attributes for MissingDocblockSniff

Pull Request - State: closed - Opened by ziegenberg 8 months ago - 2 comments

#131 - Add test for multiline attributes for MissingDocblockSniff

Pull Request - State: closed - Opened by ziegenberg 8 months ago - 2 comments

#129 - Add sniff to detect missing docs for constants

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#129 - Add sniff to detect missing docs for constants

Pull Request - State: closed - Opened by andrewnicols 8 months ago - 1 comment

#128 - Line length ignore for docs

Pull Request - State: open - Opened by andrewnicols 9 months ago - 3 comments

#128 - Line length ignore for docs

Pull Request - State: open - Opened by andrewnicols 9 months ago - 3 comments

#127 - Move unit test method Missing Docblock to new code

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 3 comments

#126 - Type normalisation

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 1 comment

#126 - Type normalisation

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 1 comment

#125 - Add sniffs for file docblock @copyright and @license

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 2 comments

#125 - Add sniffs for file docblock @copyright and @license

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 2 comments

#124 - Introduce various doc tag sniffs

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 3 comments

#124 - Introduce various doc tag sniffs

Pull Request - State: closed - Opened by andrewnicols 9 months ago - 3 comments

#123 - PHPDoc types sniff

Pull Request - State: open - Opened by james-cnz 9 months ago - 18 comments

#122 - For PRs, automatically set the author

Pull Request - State: closed - Opened by stronk7 9 months ago - 1 comment
Labels: enhancement