FuelLabs/sway

Treat warnings as erros in ci step that builds examples

Open

#4,274 opened on Mar 13, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (5,421 forks)batch import
cicode qualitygood first issue

Repository metrics

Stars
 (61,702 stars)
PR merge metrics
 (Avg merge 5d 4h) (19 merged PRs in 30d)

Description

I think we should do our best to ensure that examples are state-of the art and should produce no warnings. To enforce that we can use the flag added in #4177 in our CI step.

Contributor guide