Skip to content

Commit

Permalink
add phpcs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
amirition committed Jan 22, 2024
1 parent ad15f1f commit eb925a9
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 263 deletions.
7 changes: 7 additions & 0 deletions phpcs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<ruleset name="Barn2-PHP">
<rule ref="Barn2-PHP" />

<exclude-pattern>*/vendor/*</exclude-pattern>
<exclude-pattern>*/dependencies/*</exclude-pattern>
</ruleset>
Loading

0 comments on commit eb925a9

Please sign in to comment.