Suppress readability/inheritance check for cpplint.py for now.
This check never triggered before, since cpplint.py was looking for override not OVERRIDE. Since Chromium prefers override now, the linter is now (correctly) warning. However, the old Chromium convention (and the one implemented by the clang plugin) is to explicitly annotate all overrides with both virtual and override. The clang plugin code has been updated, but new binaries have not yet been built. Until clang rolls, suppress the warning. BUG=417463 TBR=stip@chromium.org Review URL: https://codereview.chromium.org/627163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@292319 0039d316-1c4b-4281-b951-d872f2087c98changes/01/332501/1
parent
bd0cace8c1
commit
e3a3fd45aa
Loading…
Reference in New Issue