diff --git a/.codeclimate.yml b/.codeclimate.yml index 0839c65397..fa10c512c7 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -47,6 +47,10 @@ plugins: tslint: enabled: true config: tslint.json + checks: + # Disable whitespace due to 3.7 incompatibiltiy with ? navigation + whitespace: + enabled: false fixme: enabled: true ratings: