File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -211,8 +211,8 @@ exclude_patterns = [
211211init_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 = [
252252init_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]
You can’t perform that action at this time.
0 commit comments