Commit Graph
10 Commits
Author SHA1 Message Date
Florian GeckelerandGitHub cd909d410a Add exclude patterns to codeclimate 2020-02-25 13:42:47 +01:00
Oliver NoconandGitHub e81f40f645 Provide foundation for integration-like tests (#1131) 2020-02-18 15:19:50 +01:00
Sven MerkandGitHub 4e6104ebb4 Disable return statement maintainability check 2019-10-23 14:56:29 +02:00
Oliver NoconandGitHub c1eb9f5c70 Provide first parts for golang implementation (#905)
* Provide first parts for golang implementation
2019-10-22 15:41:27 +02:00
Marcus HollandChristoph Szymanski db5022a4ff New Scenario Step: SAP UI5 on SAP Cloud Platform (#388)
This scenario builds a UI5 app and deploys it to SAP Cloud Platform (neo).
2019-01-15 13:32:01 +01:00
Christopher FennerandGitHub 71b66e8645 correct Code Climate config (line length) (#374)
* deactivate MD013 - line length

* correct rule deactivation

* Update .codeclimate.yml
2018-12-10 11:43:09 +01:00
Marcus Holl d1e33d6b2f Disable check for Boolean.getBoolean()
Is it IMO completly normal to use Boolean.getBoolean(./.).

What is stated in the rule description

  | It is often mistakenly used to attempt to read user input or parse

is not a cool reason for having that rule. With such an approach we
can knock out a lot of APIs which can be misunderstood. It is the
duty of the developer to understand the API s?he is using.

The alternate way would be

'Boolean.parseBoolean(System.getProperty('xxx'))'

which is not that convenient like Boolean.getBoolean('xxx').
2018-11-08 13:57:49 +01:00
Christopher FennerandGitHub 48e58f04d1 deactivate MD013 - line length (#367) 2018-11-08 13:47:32 +01:00
Christopher FennerandGitHub a13e6d5632 exclude images and key file from Code Climate editorConfig scan (#366)
* Update .codeclimate.yml
2018-11-06 14:04:53 +01:00
Christopher FennerandGitHub 7deb1d11ab add config for Code Climate (#357) 2018-10-25 10:39:08 +02:00