Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Exclude kotlin files for Checkstyle, PMD and Findbugs #56

Closed
mr-archano opened this issue Jan 31, 2018 · 3 comments
Closed

Exclude kotlin files for Checkstyle, PMD and Findbugs #56

mr-archano opened this issue Jan 31, 2018 · 3 comments

Comments

@mr-archano
Copy link
Contributor

As mentioned by @rock3r we don't want to run the built-in static analysis tools (Checkstyle, PMD, FindBugs) on Kotlin files as we have dedicated tools for them.
To streamline the usage of the plugin we could just add default exclude rules to each of the tools above.

@mr-archano mr-archano created this issue from a note in Kanban Board (Backlog) Jan 31, 2018
@rock3r
Copy link
Contributor

rock3r commented Jan 31, 2018

They should technically not run already on pure Kotlin projects as they don't have the java plugin, but we are not covering "mixed" cases where a module has both Kotlin and Java, in that the plugins will run and trigger on all the Kotlin files.

@tasomaniac
Copy link
Contributor

This should also be closed. Can you check @rock3r ?

@rock3r
Copy link
Contributor

rock3r commented Aug 14, 2018

Yeah should be ok

@rock3r rock3r closed this as completed Aug 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Development

No branches or pull requests

3 participants