Skip to content

Commit 89a2a13

Browse files
committed
Disabling codeclimate check for static semver check
1 parent 107b745 commit 89a2a13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.codeclimate.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
engines:
2+
phpmd:
3+
enabled: true
4+
checks:
5+
CleanCode/StaticAccess:
6+
enabled: false

0 commit comments

Comments
 (0)