Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Monday Factory
php-code-checker
Commits
4a7325ee
Commit
4a7325ee
authored
6 years ago
by
Pavel Janda
Browse files
Options
Download
Plain Diff
Merge branch 'master' into 'master'
SlevomatCodingStandard: exclude unnecessary sniffs See merge request
!3
parents
490d3539
db39b3fa
master
beta
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
1 merge request
!3
SlevomatCodingStandard: exclude unnecessary sniffs
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ruleset.xml
+5
-0
ruleset.xml
with
5 additions
and
0 deletions
+5
-0
ruleset.xml
+
5
−
0
View file @
4a7325ee
...
...
@@ -48,6 +48,11 @@
<exclude
name=
"SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPreDecrementOperator"
/>
<exclude
name=
"SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint.WhitespaceBeforeColon"
/>
<exclude
name=
"SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants.NonFullyQualified"
/>
<exclude
name=
"SlevomatCodingStandard.TypeHints.UselessConstantTypeHint.UselessDocComment"
/>
<exclude
name=
"SlevomatCodingStandard.ControlStructures.NewWithoutParentheses.UselessParentheses"
/>
<exclude
name=
"SlevomatCodingStandard.Functions.StaticClosure.ClosureNotStatic"
/>
<exclude
name=
"SlevomatCodingStandard.Functions.UnusedParameter.UnusedParameter"
/>
<exclude
name=
"SlevomatCodingStandard.Classes.ModernClassNameReference.ClassNameReferencedViaFunctionCall"
/>
</rule>
<rule
ref=
"SlevomatCodingStandard.Classes.UnusedPrivateElements"
>
<properties>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets