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

chore: Configure detekt Gradle task to show its result in the terminal/IDE directly instead of generating an XML report #1989

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

joc-a
Copy link
Collaborator

@joc-a joc-a commented Feb 12, 2024

How to test:

  1. Add code that would cause a detekt error (e.g: an unused import)
  2. Run ./gradlew detekt from the terminal
  3. It should fail and point you to the problematic code

…l/IDE directly instead of generating an XML report
@joc-a joc-a marked this pull request as ready for review February 12, 2024 19:08
@joc-a joc-a requested review from bog-walk and e5l February 12, 2024 19:08
Copy link
Member

@bog-walk bog-walk left a comment

Choose a reason for hiding this comment

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

Task works as expected on my end 👍

@joc-a joc-a merged commit a67549c into main Feb 13, 2024
5 checks passed
@joc-a joc-a deleted the joc/detekt-gradle-task branch February 13, 2024 11:04
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.

3 participants