-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
Kotlin Detekt cli_lint_mode= list_of_files support #3754
Comments
nvuillam
added a commit
that referenced
this issue
Jul 15, 2024
* Allow to override CLI_LINT_MODE when defined as project Fixes #3754 * [MegaLinter] Apply linters fixes --------- Co-authored-by: nvuillam <nvuillam@users.noreply.github.com>
mmm I forgot the runtime part, i do another PR ^^ |
nvuillam
added a commit
that referenced
this issue
Jul 15, 2024
nvuillam
added a commit
that referenced
this issue
Jul 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I want to run detekt for git diff. Is this possible with the latest changes?
For now I have overcome this by overriding the following value on the CI/CD side. But that doesn't seem like good behavior for us:
KOTLIN_DETEKT_ARGUMENTS: "--config config.yml --report sarif:megalinter-reports/detekt-result.sarif --report html:megalinter-reports/detekt-result.html --report md:megalinter-reports/detekt-result.md -i ${{ steps.diff.outputs.diff }}"
Originally posted by @enciyo in #3579 (comment)
The text was updated successfully, but these errors were encountered: