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
ba2890b7
Unverified
Commit
ba2890b7
authored
Jul 24, 2020
by
Sergei Morozov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not suppress warnings in PHP_CodeSniffer reports
parent
3f3551aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
phpcs.xml.dist
phpcs.xml.dist
+6
-2
No files found.
phpcs.xml.dist
View file @
ba2890b7
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
<arg
name=
"cache"
value=
".phpcs-cache"
/>
<arg
name=
"cache"
value=
".phpcs-cache"
/>
<arg
name=
"colors"
/>
<arg
name=
"colors"
/>
<!--
Ignore warnings, s
how progress of the run and show sniff names -->
<!--
S
how progress of the run and show sniff names -->
<arg
value=
"
n
ps"
/>
<arg
value=
"ps"
/>
<file>
bin
</file>
<file>
bin
</file>
<file>
lib
</file>
<file>
lib
</file>
...
@@ -38,6 +38,10 @@
...
@@ -38,6 +38,10 @@
</properties>
</properties>
</rule>
</rule>
<rule
ref=
"PSR2.Classes.PropertyDeclaration.Underscore"
>
<exclude-pattern>
*/lib/*
</exclude-pattern>
</rule>
<rule
ref=
"SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"
>
<rule
ref=
"SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint"
>
<exclude-pattern>
*/lib/*
</exclude-pattern>
<exclude-pattern>
*/lib/*
</exclude-pattern>
</rule>
</rule>
...
...
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