update documentation to use new detekt gradle plugin (#1095)

* update documentation to use new detekt gradle plugin

* remove reference to profiles/input path for idea DSL
This commit is contained in:
Marvin Ramin
2018-09-10 07:37:12 +02:00
committed by Artur Bosch
parent c5f72cdb54
commit e7954db374
8 changed files with 150 additions and 105 deletions

View File

@@ -3,7 +3,7 @@
- Read [this article](https://chris.beams.io/posts/git-commit/) before writing commit messages
- Copy the file `commit-msg` to `.git/hooks`
- Use `gradle build -x dokka` to build the source but exclude documentation jar generating to save time.
- `gradle detektCheck` should not report any errors
- `gradle detekt` should not report any errors
- This repo uses tabs! Make sure your code is properly formatted.
- Use idea-code-style.xml for coding style .
- We use [Spek](https://github.com/spekframework/spek) for testing.