Commit 1d01871c authored by danakj@chromium.org's avatar danakj@chromium.org

Remove readability/inheritance from the lint blacklist

Now that we're using real override/final and not also using
virtual on the same methods, this transitional blacklist
can go away.

R=agable, dcheng

Review URL: https://codereview.chromium.org/1564403003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298201 0039d316-1c4b-4281-b951-d872f2087c98
parent 0d9e59c6
......@@ -16,8 +16,6 @@ _HERE = _os.path.dirname(_os.path.abspath(__file__))
# - runtime/int : Can be fixed long term; volume of errors too high
# - runtime/virtual : Broken now, but can be fixed in the future?
# - whitespace/braces : We have a lot of explicit scoping in chrome code.
# - readability/inheritance : Temporary, while the OVERRIDE and FINAL fixup
# is in progress.
DEFAULT_LINT_FILTERS = [
'-build/include',
'-build/include_order',
......@@ -26,7 +24,6 @@ DEFAULT_LINT_FILTERS = [
'-runtime/int',
'-runtime/virtual',
'-whitespace/braces',
'-readability/inheritance'
]
### Description checks
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment