Hi, someone knows how to update `lint-baseline` fi...
# android
j
Hi, someone knows how to update
lint-baseline
files ? I already have generated files, but with changes in code, i would like to regenerate it, or update.
😶 2
r
If you're writing code that introduces new Lint warnings you should fix the code, not ignore the warnings. Otherwise what's the point of using Lint at all? think smart
baseline is a temporary measure and your goal should be to fix all the warnings
j
I’m fixing issues, but there are a lot of issues, i’m fixing gradually. So, i would to fix, and update file, because there are ohter people working on it
r
This is a process problem. You need to introduce Lint as a thing which breaks builds and is required for merge and you need buy-in from the whole team. At that point you should make the baseline and any new issues are the responsibility of the person who changed the code.
âž• 3