Skip to content

Commit

Permalink
fix: codeclimate issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devaguia committed Mar 25, 2024
1 parent 69d112e commit 895d46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ engines:
Naming/LongVariable:
enabled: false
phpcodesniffer:
enabled: false
enabled: true
config:
standard: "PSR1,PSR2"
checks:
PSR1 Methods CamelCapsMethodName NotCamelCaps CognitiveComplexity:
PSR1 Methods CamelCapsMethodName NotCamelCaps:
enabled: false

0 comments on commit 895d46d

Please sign in to comment.