issues
search
moodlehq
/
moodle-cs
Moodle Coding Style
https://github.com/moodlehq/moodle-cs
GNU General Public License v3.0
18
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
TestCaseProvider.dataProviderSyntaxMethodInvalidReturnType spits error for \Generator return type
#190
PhilippImhof
opened
1 week ago
0
Fixes #188. @Transform PHPdoc should be allowed in Behat files
#189
timhunt
closed
2 weeks ago
1
@Transform Behat keyword is incorrected reported
#188
timhunt
closed
2 weeks ago
0
`Inline doc block comments are not allowed` when using readonly as first property modifier
#187
matthewhilton
opened
3 weeks ago
1
Add test for multiline attributes for MissingDocblockSniff on methods outside of classes
#186
ziegenberg
closed
2 months ago
1
Unable to pass checks with multiline attributes using MissingDocblockSniff for non-class methods
#185
ziegenberg
closed
2 months ago
3
Make PHPStorm tag `@noinspection` valid
#184
daniil-berg
opened
2 months ago
0
Detect that classes which extend moodleform* call parent:: in overridden functions
#183
jrchamp
opened
2 months ago
0
ValidVariableNameSniff: freshen allowed globals
#182
jrchamp
opened
2 months ago
1
Allowed globals is incomplete?
#181
jrchamp
opened
3 months ago
1
Unit test "final" rule wrongly triggers for abstract classes
#180
PhMemmel
closed
3 months ago
2
Bump to phpcs 3.10.2
#179
stronk7
opened
4 months ago
1
Incorrect fix for multi-line array
#178
andrewnicols
opened
4 months ago
1
Fixes #176. Match blank boilerplate lines correctly.
#177
micaherne
closed
4 months ago
3
Inserted boilerplate gets broken if there is a CRLF line break after the opening tag
#176
micaherne
closed
4 months ago
2
Fixes #174. Insert boilerplate correctly where comment on first line.
#175
micaherne
closed
4 months ago
3
BoilerplateCommentSniff causes invalid code if first line has comment
#174
micaherne
closed
4 months ago
3
Ensure we stop looking for file phpdoc block asap
#173
stronk7
closed
4 months ago
2
Commenting.PackageSniff fix seems broken when first doc comment is an inline one
#172
micaherne
closed
4 months ago
6
Ignore anonymous class docblocks if they have a parent
#171
andrewnicols
closed
5 months ago
1
Ignore invalid method names using the Override attribute
#170
andrewnicols
closed
5 months ago
3
Allow extra consecutive header lines after the official boilerplate
#169
stronk7
closed
5 months ago
2
Expected empty line after the boilerplate check breaks all workplace code
#168
marinaglancy
closed
5 months ago
2
Detect multiple @coversDefaultClass uses in a class
#167
stronk7
closed
5 months ago
1
Make the TestCaseCovers sniff to detect multiple @coversDefaultClass cases
#166
stronk7
closed
5 months ago
1
New sniff to detect correct setUp/tearDown parent calls
#165
stronk7
closed
5 months ago
3
CodeChecker should be able to check for the rule about no string concatenation in lang files
#164
timhunt
opened
6 months ago
1
TestCaseProviderSniff does not detect data provider method "class::provider"
#163
ziegenberg
opened
6 months ago
1
Bump to phpcs 3.10.1
#162
stronk7
closed
5 months ago
4
Better integration tests, with correct exit status checks
#161
stronk7
closed
6 months ago
2
Do not warn about missing docblocks when a method has the #[\Override] attribute
#160
andrewnicols
closed
5 months ago
4
Analyse if we should start checking (4.4 and up) for setAccessible() reflection uses
#159
stronk7
opened
7 months ago
2
Update BoilerplateCommentSniff and add fixes.
#158
micaherne
closed
5 months ago
12
Add new sniff to detect and remove constructor @return docs
#157
andrewnicols
closed
5 months ago
6
Make MissingDoclock code more specific (Fixes #154)
#156
andrewnicols
closed
5 months ago
3
Train moodle.Commenting.MissingDocblock.Missing to understand #[\Override]
#155
timhunt
closed
5 months ago
6
Make MissingDocblock names more specific
#154
andrewnicols
closed
5 months ago
0
Rules about implements and opening brace do not accept PSR-12
#153
andrewnicols
opened
7 months ago
0
Towards better release procedure
#152
stronk7
closed
7 months ago
3
@var Sniff should detect presence of $varname
#151
andrewnicols
opened
7 months ago
0
"Missing member variable doc comment" in the constructor arguments that are class properties
#150
marinaglancy
closed
7 months ago
2
Warning: The string key "y" is not in the correct order, it should be before "x"
#149
gjb2048
closed
7 months ago
8
Document the release process
#148
andrewnicols
closed
7 months ago
9
Object names may not be present for all objects
#147
andrewnicols
closed
7 months ago
1
Tags for file-specific paths should normalise pathnames
#146
andrewnicols
closed
7 months ago
1
Invalid docblock tag "@group".
#145
gjb2048
closed
7 months ago
7
Properties should not be tested for regular constructors (Fixes #142)
#144
andrewnicols
closed
7 months ago
1
ERROR | Missing member variable doc comment (moodle.Commenting.VariableComment.Missing) reporting on constructor parameters.
#143
gjb2048
closed
7 months ago
1
Problem with moodle.Commenting.VariableComment and constructor methods
#142
stronk7
closed
7 months ago
0
Make the TodoComment Sniff to require a complete regex (start, end delimiters)
#141
stronk7
opened
7 months ago
0
Next