File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
- InpsydeCodingStandard
4
4
- InpsydeCodingStandard.CodeQuality
5
+ - InpsydeCodingStandard.CodeQuality.ArgumentTypeDeclaration
6
+ - InpsydeCodingStandard.CodeQuality.ArgumentTypeDeclaration.NoArgumentType
5
7
- InpsydeCodingStandard.CodeQuality.ElementNameMinimalLength
6
8
- InpsydeCodingStandard.CodeQuality.ElementNameMinimalLength.TooShort
7
9
- InpsydeCodingStandard.CodeQuality.ForbiddenPublicProperty
8
10
- InpsydeCodingStandard.CodeQuality.ForbiddenPublicProperty.Found
9
11
- InpsydeCodingStandard.CodeQuality.FunctionLength
10
12
- InpsydeCodingStandard.CodeQuality.FunctionLength.TooLong
13
+ - InpsydeCodingStandard.CodeQuality.HookClosureReturn
14
+ - InpsydeCodingStandard.CodeQuality.HookClosureReturn.NoReturnFromFilter
15
+ - InpsydeCodingStandard.CodeQuality.HookClosureReturn.ReturnFromAction
11
16
- InpsydeCodingStandard.CodeQuality.MaxNestingLevel
12
17
- InpsydeCodingStandard.CodeQuality.MaxNestingLevel.TooNested
13
18
- InpsydeCodingStandard.CodeQuality.NoElse
16
21
- InpsydeCodingStandard.CodeQuality.NoSetter.NoSetter
17
22
- InpsydeCodingStandard.CodeQuality.PropertyPerClassLimit
18
23
- InpsydeCodingStandard.CodeQuality.PropertyPerClassLimit.TooMuchProperties
24
+ - InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration
25
+ - InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration.MissingReturn
26
+ - InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration.IncorrectVoidReturn
27
+ - InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration.NoReturnType
28
+ - InpsydeCodingStandard.CodeQuality.ReturnTypeDeclaration.IncorrectVoidReturnType
You can’t perform that action at this time.
0 commit comments