Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-code-sniffer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-code-sniffer
Merge requests
!9
fix: remove requiring bracket operator with inline if statements
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
fix: remove requiring bracket operator with inline if statements
fix/if-bracket-operator
into
master
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Krzysztof Dyszczyk
requested to merge
fix/if-bracket-operator
into
master
4 years ago
Overview
0
Commits
2
Pipelines
0
Changes
3
@sebastian.pisula
Zgodnie z życzeniem, wywaliłem odpowiednią zasadę.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0fd87964
2 commits,
4 years ago
3 files
+
5
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
WPDeskPlugin/ruleset.xml
+
0
−
3
View file @ 0fd87964
Edit in single-file editor
Open in Web IDE
Show full file
@@ -96,9 +96,6 @@
These may make it into WPCS at some point. If so, they can be removed here.
#############################################################################
-->
<!-- Error prevention: Make sure the condition in a inline if declaration is bracketed. -->
<rule
ref=
"Squiz.ControlStructures.InlineIfDeclaration"
/>
<!-- CS: no blank line between the content of a function and a function close brace.-->
<rule
ref=
"PSR2.Methods.FunctionClosingBrace"
/>
Loading