I know that with -Werror and -Xfatal warnings I can make warnings like errors, but can I still see all the warnings in the compilation output, but only some of them become errors?
I donβt think so, only scalac .
scalac
Perhaps you can add post-build validation to your build scripts that grep displays for warnings about your critical classes and fails if they are found?
Source: https://habr.com/ru/post/1244314/More articles:ionic2 + angular2 - disable the button when pressed - angularUsing Sequelize, how can I specify which field to sort / limit? - javascriptVertical space manipulation in matplotlib subtitles - matplotlibxsd: dateTime in Java OffsetDateTime - xmlCordova 6 cannot load from file: // path - iosUnique index in mongoDB 3.2 ignoring null values ββ- databaseWhy am I getting "System.Web.Mvc.SelectListItem" in my DropDownList? - c #How can I get around a Safari error that allows a filter to avoid restrictions even when it overflows? - javascriptjavascript: unexpected behavior, clicking on an empty array - javascriptHow can I deal with security updates in docker containers? - securityAll Articles