Skip to content

Commit 6b44a9d

Browse files
authored
Develop (#10)
1 parent fa87ceb commit 6b44a9d

File tree

5 files changed

+8
-2135
lines changed

5 files changed

+8
-2135
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
composer.phar
22
/vendor/
33
/build
4+
/composer.lock

GreynoiseLaravel/ruleset.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
<exclude-pattern>*/*.js</exclude-pattern>
1616
<exclude-pattern>*/*.xml</exclude-pattern>
1717
<exclude-pattern>*/autoload.php</exclude-pattern>
18+
<exclude-pattern>*/app/Middleware/*</exclude-pattern>
19+
<exclude-pattern>*/app/Console/Kernel.php</exclude-pattern>
20+
<exclude-pattern>*/app/Exceptions/Handler.php</exclude-pattern>
21+
<exclude-pattern>*/app/Http/Kernel.php</exclude-pattern>
22+
<exclude-pattern>*/app/Providers/*</exclude-pattern>
1823
<!-- Include the whole PSR-2 standard -->
1924
<rule ref="PSR2"/>
2025
<!--

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Greynoise Design - Laravel 5 Standard
22

3-
Version 1.0.0
3+
Version 1.0.1
44

55
| Master | Develop |
66
| :---: | :---: |

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "greynoise-design/laravel-coding-standard",
33
"description": "Laravel 5 Coding Standard for PHP_CodeSniffer 3.",
4-
"version":"1.0.0",
4+
"version":"1.0.1",
55
"license":"MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)