Skip to content

Commit

Permalink
Merge pull request #3904 from maxonfjvipon/bug/#3663/fail-on-warning
Browse files Browse the repository at this point in the history
bug(#3663): turned on `failOnWarning` in `eo-runtime`
  • Loading branch information
yegor256 authored Feb 10, 2025
2 parents 279ed6a + 53566f4 commit 4dd1749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ SOFTWARE.
<configuration>
<foreign>${project.build.directory}/eo-foreign.csv</foreign>
<foreignFormat>csv</foreignFormat>
<failOnWarning>false</failOnWarning>
<failOnWarning>true</failOnWarning>
<offline>true</offline>
<unphiOutputDir>${project.build.directory}/eo/unphi</unphiOutputDir>
<skipLinting>true</skipLinting>
Expand Down Expand Up @@ -270,7 +270,7 @@ SOFTWARE.
<unphiOutputDir>${project.build.directory}/eo-test/unphi</unphiOutputDir>
<addSourcesRoot>false</addSourcesRoot>
<addTestSourcesRoot>true</addTestSourcesRoot>
<failOnWarning>false</failOnWarning>
<failOnWarning>true</failOnWarning>
<generatedDir>${project.build.directory}/generated-test-sources</generatedDir>
<withRuntimeDependency>false</withRuntimeDependency>
<placeBinariesThatHaveSources>true</placeBinariesThatHaveSources>
Expand Down

0 comments on commit 4dd1749

Please sign in to comment.