Skip to content

Commit

Permalink
Fixes #4390: Code validation changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanan477 committed Mar 2, 2022
1 parent 0f7e571 commit 579de6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ engines:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCaseParameterName:
enabled: false
Naming/LongVariable:
enabled: false
Naming/ShortVariable:
enabled: false
order-alphabetical:
enabled: false
ratings:
paths:
- "**.css"
Expand Down

0 comments on commit 579de6e

Please sign in to comment.