Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
doctrine-dbal
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tomáš Trávníček
doctrine-dbal
Commits
aa382e4e
Unverified
Commit
aa382e4e
authored
May 15, 2020
by
Sergei Morozov
Committed by
GitHub
May 15, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3989 from greg0ire/remove-useless-rules
Remove useless rules
parents
e3c9a8fd
ab27d6b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
phpcs.xml.dist
phpcs.xml.dist
+0
-14
No files found.
phpcs.xml.dist
View file @
aa382e4e
...
...
@@ -37,10 +37,6 @@
</properties>
</rule>
<rule
ref=
"Squiz.NamingConventions.ValidVariableName.PublicHasUnderscore"
>
<exclude-pattern>
*/lib/*
</exclude-pattern>
</rule>
<rule
ref=
"SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"
>
<exclude-pattern>
*/lib/*
</exclude-pattern>
</rule>
...
...
@@ -65,11 +61,6 @@
<exclude-pattern>
tests/Doctrine/Tests/DBAL/Tools/TestAsset/*
</exclude-pattern>
</rule>
<!-- https://github.com/slevomat/coding-standard/issues/868 -->
<rule
ref=
"SlevomatCodingStandard.PHP.UselessParentheses.UselessParentheses"
>
<exclude-pattern>
tests/continuousphp/bootstrap.php
</exclude-pattern>
</rule>
<!-- see https://github.com/squizlabs/PHP_CodeSniffer/issues/2099 -->
<rule
ref=
"Squiz.Commenting.FunctionComment.InvalidNoReturn"
>
<exclude-pattern>
lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
</exclude-pattern>
...
...
@@ -107,11 +98,6 @@
<exclude-pattern>
lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
</exclude-pattern>
</rule>
<!-- sqlsrv functions are documented in upper case but reflected in lower case -->
<rule
ref=
"Squiz.PHP.LowercasePHPFunctions.CallUppercase"
>
<exclude-pattern>
lib/Doctrine/DBAL/Driver/SQLSrv/SQLSrvStatement.php
</exclude-pattern>
</rule>
<!-- see https://github.com/doctrine/dbal/issues/3377 -->
<rule
ref=
"SlevomatCodingStandard.Operators.DisallowEqualOperators.DisallowedNotEqualOperator"
>
<exclude-pattern>
lib/Doctrine/DBAL/Schema/Comparator.php
</exclude-pattern>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment