Replies: 2 comments 1 reply
-
100% for it! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Given we applied this to the project, I think we can lock the discussion |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Both Kotlin and Android provide flags to treat all the warnings as errors (e.g. Android lint warnings).
This means that, a warning which is not fixed or suppressed explicitly, results in a compilation failure.
I've used this successfully in both small and very large projects without any issues, improving the code quality overall since users have to take an explicit action over a warning.
What do you think @4face-studi0 @mcatta ?
Beta Was this translation helpful? Give feedback.
All reactions