Skip to content

Commit

Permalink
Update used detekt version
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbosch committed Jul 22, 2018
1 parent 33c7640 commit 3fb48ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Use idea-code-style.xml for coding style .
- We use [Spek](https://github.com/spekframework/spek) for testing.
- Feel free to add your name to the contributors list at the end of the readme file when opening a pull request.
- The code in `detekt-api`and any rule in `detekt-rules` must be documented. We generate documentation for our website based on this modules.
- The code in `detekt-api` and any rule in `detekt-rules` must be documented. We generate documentation for our website based on this modules.

### Specific code style rules we use

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
detektVersion=1.0.0.RC8
usedDetektVersion=1.0.0.RC7-3
usedDetektVersion=1.0.0.RC8
ktlintVersion=0.24.0
kotlinVersion=1.2.51
spekVersion=1.1.5
Expand Down

0 comments on commit 3fb48ae

Please sign in to comment.