Skip to content

Commit 2ec5e00

Browse files
author
Catherine Lee
committed
tc
1 parent 1349f4a commit 2ec5e00

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.lintrunner.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ exclude_patterns = [
211211
init_command = [
212212
'python3',
213213
'tools/linter/adapters/run_from_link.py',
214-
'--lint-name=newlines_linter.py',
215-
'--lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/newlines_linter.py',
214+
'--lint-name=grep_linter.py',
215+
'--lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/grep_linter.py',
216216
'--',
217217
'--dry-run={{DRYRUN}}',
218218
]
@@ -252,8 +252,8 @@ exclude_patterns = [
252252
init_command = [
253253
'python3',
254254
'tools/linter/adapters/run_from_link.py',
255-
'--lint-name=newlines_linter.py',
256-
'--lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/newlines_linter.py',
255+
'--lint-name=grep_linter.py',
256+
'--lint-link=https://raw.githubusercontent.com/pytorch/pytorch/267f82b860ccdf32df3dcb92e2435b64ba0f117a/tools/linter/adapters/grep_linter.py',
257257
'--',
258258
'--dry-run={{DRYRUN}}',
259259
]

0 commit comments

Comments
 (0)