|
|
%!s(int64=3) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| lib | %!s(int64=3) %!d(string=hai) anos | |
| README.md | %!s(int64=3) %!d(string=hai) anos | |
The warnings_report captures all warnings throughout the build process and collects them into a single report at the end of execution. It places all of this into a warnings file in the output artifact directory.
Enable the plugin in your project.yml by adding warnings_report
to the list of enabled plugins.
:plugins:
:enabled:
- warnings_report