Disable whitespace from tslint check

CodeClimate does not yet support 3.7 safe navigation operataor `?`,
this results in multiple invalid whitespace errors
pull/8251/head
Oliver Günther 5 years ago
parent 80ccfdcebb
commit ae444f6b64
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 4
      .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:

Loading…
Cancel
Save