Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 016d2248 authored by Matt Gilbride's avatar Matt Gilbride Committed by Gerrit Code Review
Browse files

Merge "Configure ObsoleteLintCustomCheck lint as fatal"

parents 9955d076 69f04a15
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# Treat LintError as fatal to catch invocation errors
--fatal_check LintError
# ObsoleteLintCustomCheck is a warning by default, but lint ignores the
# checks from the subject jar if this issue is raised.
# This should be an error for AOSP. If we create a check, we expect it
# to run, otherwise we want an error.
--fatal_check ObsoleteLintCustomCheck

# Checks which do not apply to the platform (implementation
# in lint assumes that it's running on app code)