Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare rc8 #1011

Merged
merged 7 commits into from Jul 22, 2018
Merged

Prepare rc8 #1011

merged 7 commits into from Jul 22, 2018

Conversation

arturbosch
Copy link
Member

No description provided.

@arturbosch arturbosch requested a review from schalkms July 22, 2018 11:00
Copy link
Member

@schalkms schalkms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

CONTRIBUTING.md Outdated
- `gradle detektCheck` 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.
- 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing space between detekt-api and and

@@ -2,11 +2,13 @@

- 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(y)

@@ -61,3 +71,91 @@ pluginBundle {
}
}
}

bintray {
user = System.getenv("BINTRAY_USER") ?: ""
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad that you have automated the bintray publishing.

@@ -1,4 +1,4 @@
detektVersion=1.0.0.RC7-3
detektVersion=1.0.0.RC8
usedDetektVersion=1.0.0.RC7-3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usedDetektVersion=1.0.0.RC8

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jap, after bintray stuff is uploaded to not get the CI errors :)

@arturbosch arturbosch merged commit 3fb48ae into master Jul 22, 2018
@arturbosch arturbosch deleted the prepare-RC8 branch July 22, 2018 20:56
@arturbosch arturbosch added this to the RC8 milestone Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants