Use a whitelist for depot_tools pylint instead

R=maruel@chromium.org
BUG=644995

Review-Url: https://codereview.chromium.org/2353393004
This commit is contained in:
agable
2016-09-26 09:35:42 -07:00
committed by Commit bot
parent ff84560ede
commit f39c33382a
2 changed files with 18 additions and 18 deletions

2
cpplint.py vendored
View File

@@ -28,6 +28,8 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# pylint: skip-file
"""Does google-lint on c++ files.
The goal of this script is to identify places in the code that *may*