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

Updates ktlint and removes the html reporter jar dependency #8

Merged
merged 1 commit into from
Mar 28, 2018
Merged

Conversation

mcassiano
Copy link
Contributor

ktlint fixed a bug that was preventing external reporters to be loaded, so by bumping its version I can also delete the jar dependency. see #176

@mcassiano
Copy link
Contributor Author

sorry the commit was made using a different author, i'll update the local project props so it doesn't happen again

@@ -8,6 +8,5 @@ task ktlint(type: JavaExec, group: "verification") {
main = "com.github.shyiko.ktlint.Main"
args "src/**/*.kt"
args "--android=true"
args "--ruleset=${rootDir}/tools/html-reporter.jar"
args "--reporter=html,output=${buildDir}/ktlint.html"
args "--reporter=html,artifact=com.github.mcassiano:ktlint-html-reporter:0.0.1,output=${buildDir}/ktlint.html"
Copy link
Contributor

Choose a reason for hiding this comment

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

It's this "com.github.mcassiano:ktlint-html-reporter:0.0.1" correct? Shouldn't be from the main repo?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, LGTM

@cs-victor-nascimento cs-victor-nascimento merged commit fbeb596 into concretesolutions:develop Mar 28, 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.

4 participants