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
Commits
106712f7
Verified
Commit
106712f7
authored
7 months ago
by
Bartek Jaskulski
Browse files
Options
Downloads
Patches
Plain Diff
feat: remove commenting sniffs
Signed-off-by:
Bart Jaskulski
<
bjaskulski@protonmail.com
>
parent
a028eba8
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
WPDeskPlugin/ruleset.xml
+2
-2
2 additions, 2 deletions
WPDeskPlugin/ruleset.xml
with
2 additions
and
2 deletions
WPDeskPlugin/ruleset.xml
+
2
−
2
View file @
106712f7
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
<!-- Demanding Yoda conditions is stupid. -->
<!-- Demanding Yoda conditions is stupid. -->
<exclude
name=
"WordPress.PHP.YodaConditions"
/>
<exclude
name=
"WordPress.PHP.YodaConditions"
/>
<!--
The only required comments are for the classes
. -->
<!--
Commenting isn't something to be required from CS
. -->
<exclude
name=
"Squiz.Commenting
.FunctionComment
"
/>
<exclude
name=
"Squiz.Commenting"
/>
<exclude
name=
"Generic.Commenting.DocComment.MissingShort"
/>
<exclude
name=
"Generic.Commenting.DocComment.MissingShort"
/>
<!-- You can use short if-else form. -->
<!-- You can use short if-else form. -->
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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