mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
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:
committed by
Artur Bosch
parent
c5f72cdb54
commit
e7954db374
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user