Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
composer-phpcodesniffer-standards-plugin
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Daniel Hürtgen
composer-phpcodesniffer-standards-plugin
Commits
51890ddb
There was an error fetching the commit references. Please try again later.
Commit
51890ddb
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
FEATURE: Initialized phpcs.xml.dist
parent
9c236fef
2 merge requests
!37
Release 0.4.0
,
!25
FEATURE: Implement PSR-2 PHPCodeSniffer Standard
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpcs.xml.dist
+15
-0
15 additions, 0 deletions
phpcs.xml.dist
with
15 additions
and
0 deletions
phpcs.xml.dist
0 → 100644
+
15
−
0
View file @
51890ddb
<?xml version="1.0"?>
<ruleset
name=
"PHP_CodeSniffer"
>
<description>
The coding standard for higidi/composer-phpcodesniffer-standards-plugin.
</description>
<arg
value=
"sp"
/>
<arg
name=
"colors"
/>
<arg
name=
"encoding"
value=
"utf-8"
/>
<file>
./src
</file>
<file>
./tests
</file>
<exclude-pattern>
*/Fixtures/*
</exclude-pattern>
<rule
ref=
"PSR2"
/>
</ruleset>
This diff is collapsed.
Click to expand it.
Preview
0%
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