Hello,
We use travis-ci.com for automated testing. A big thanks to everyone who made that happen.
For a few different reasons (private repos, test run-time), we have a custom script we run in travis.yaml.
I believe that the warnings_are_errors: true block is being ignored. Or at last, that's the behavior I'm seeing.
If that is expected (?), then it might make sense to warn people that warnings_are_errors: true will be ignored. Let me know if that's not expected.
How could someone using a custom script duplicate the behavior of warnings_are_errors: true?