Skip to content

Commit

Permalink
don't fail on detekt error
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 22, 2024
1 parent 78fe10b commit c20a6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/spring-boot/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ export default class extends BaseApplicationGenerator {
<!-- See https://arturbosch.github.io/detekt/cli.html for more options-->
<java taskname="detekt" dir="$\{basedir}"
fork="true"
failonerror="true"
failonerror="false"
classname="io.gitlab.arturbosch.detekt.cli.Main"
classpathref="maven.plugin.classpath">
<arg value="--input"/>
Expand Down

0 comments on commit c20a6ec

Please sign in to comment.