Skip to content

Commit

Permalink
NEW Add gitattributes rules and phpcs ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
raissanorth committed Feb 8, 2018
1 parent 71f83c2 commit 633dd01
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.travis.yml export-ignore
/codecov.yml export-ignore
9 changes: 9 additions & 0 deletions phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<ruleset name="SilverStripe">
<description>CodeSniffer ruleset for SilverStripe coding conventions.</description>

<rule ref="PSR2" >
<!-- Current exclusions -->
<exclude name="PSR1.Methods.CamelCapsMethodName" />
</rule>
</ruleset>

0 comments on commit 633dd01

Please sign in to comment.