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

Exposing output file for reporters in plugin ktlint properties #321

Closed
Verichev opened this issue Dec 23, 2019 · 1 comment · Fixed by #346
Closed

Exposing output file for reporters in plugin ktlint properties #321

Verichev opened this issue Dec 23, 2019 · 1 comment · Fixed by #346

Comments

@Verichev
Copy link

Verichev commented Dec 23, 2019

We would like to have the option to choose the location for reporter, which in ktlint is optional, but in plugin it's hardcoded and not available for setting.

        project.layout.buildDirectory.file(project.provider {
            "reports/ktlint/${this@BaseKtlintCheckTask.name}.$fileExtension"
        })
@JLLeitschuh
Copy link
Owner

PRs are more than welcome to add this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants