You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the insights expressed by @Nemo157 here: #222 (comment), it eases development to have all the crate level enforcement done at CI, and instead default to warn for all code quality enforcement.
Enforce CI by adding --deny=warnings appropriately to .travis.yml
The text was updated successfully, but these errors were encountered:
prasannavl
changed the title
Move enforcement of crate level forbid and deny from all crates to CI
Move enforcement of crate level forbid and deny from compiler to CI
May 17, 2019
Feature Request
With the insights expressed by @Nemo157 here: #222 (comment), it eases development to have all the crate level enforcement done at CI, and instead default to
warn
for all code quality enforcement.Surface area touched by: #220 #222 #194
Possible Implementation
forbid
anddeny
intowarn
--deny=warnings
appropriately to.travis.yml
The text was updated successfully, but these errors were encountered: