Skip to content

Commit 0a253e2

Browse files
authored
Merge pull request #3 from trms/tweak-codeclimate-settings
we happen to like short variable names like id
2 parents 598f931 + 040cb06 commit 0a253e2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.codeclimate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ engines:
99
enabled: true
1010
phpmd:
1111
enabled: true
12+
checks:
13+
Naming/ShortVariable:
14+
enabled: false
1215
ratings:
1316
paths:
1417
- "**.inc"

0 commit comments

Comments
 (0)