Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plugin-template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Library
plugin-template
Merge requests
!40
feature(core): plugin template changes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
feature(core): plugin template changes
feature/upgrade-template
into
master
Overview
0
Commits
7
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/upgrade-template
into
master
2 years ago
Overview
0
Commits
7
Changes
1
0
0
Merge request reports
Viewing commit
3411730b
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3411730b
feature(core): PHPCS version test
· 3411730b
Sebastian Pisula
authored
2 years ago
phpcs.xml.dist
+
1
−
0
View file @ 3411730b
Edit in single-file editor
Open in Web IDE
Show full file
@@ -2,6 +2,7 @@
<ruleset
name=
"WordPress Coding Standards for WP Desk Plugin"
>
<description>
Sniffs for WordPress WPDesk plugins
</description>
<config
name=
"testVersion"
value=
"7.2-"
/>
<config
name=
"text_domain"
value=
"plugin-template"
/>
<exclude-pattern>
tests/*
</exclude-pattern>
Loading