Skip to content

Instantly share code, notes, and snippets.

View M-TGH's full-sized avatar
🐜
Bug hunting

Matthijs Hatzmann M-TGH

🐜
Bug hunting
View GitHub Profile
@M-TGH
M-TGH / .codeclimate.yml
Last active May 14, 2019 09:01
Optional Chaining - Code Climate parser
version: "2"
checks:
argument-count:
enabled: true
complex-logic:
enabled: true
file-lines:
enabled: true
method-complexity:
enabled: true
@M-TGH
M-TGH / .codeclimate.yml
Last active May 14, 2019 08:51
Nullish Coalescing - Code Climate parser
version: "2"
checks:
argument-count:
enabled: true
complex-logic:
enabled: true
file-lines:
enabled: true
method-complexity:
enabled: true