Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit 17f6657

Browse files
author
Colin Fuller
committed
Automatic lint ignore for khan-linter upgrade
Summary: See D35059. This change is the output of webapp's: `tools/add_lint_ignore_lines.py --todo_target colin ~/khan/react-components` Test Plan: `~/khan/devtools/khan-linter/runlint.py .` Auditors: csilvers
1 parent 1a68aa9 commit 17f6657

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make_template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
2+
# TODO(colin): fix these lint errors (http://pep8.readthedocs.io/en/release-1.7.x/intro.html#error-codes)
3+
# pep8-disable:E128
24

35
import os.path
46

0 commit comments

Comments
 (0)