-
Notifications
You must be signed in to change notification settings - Fork 17
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
ktlint reporters generate empty files #206
Comments
freemanjp
added a commit
that referenced
this issue
Apr 4, 2019
It was overwriting the file for each source directory (main, test etc.). Bug fix: resolves #206
freemanjp
added a commit
that referenced
this issue
Apr 4, 2019
It was overwriting the file for each source directory (main, test etc.). Bug fix: resolves #206
Thanks for fixing this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I have an issue with generating checkstyle reports from ktlint. My Maven configuration for the
ktlint-maven-plugin
looks as follows:During the execution of my build I can see error messages from ktlint in the console output:
But the resulting output file
checkstyle-ktlint.xml
does not contain any entries:I also tried the
plain
reporter but the resulting text file was empty also.Do you have an idea on what could be the reason for this?
Thanks in advance
Jens
The text was updated successfully, but these errors were encountered: