mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-03 23:49:44 +00:00
ci(cpplint): Ignore runtime/references warnings (#11499)
Allow non-const references 6f85d3e5c8/docs/Coding_Conventions_and_Standards.md (L11-L12)
This commit is contained in:
parent
6f85d3e5c8
commit
f94b25933a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -85,6 +85,7 @@ jobs:
|
|||
reporter: github-pr-check
|
||||
level: warning
|
||||
flags: --linelength=120
|
||||
filter: "-runtime/references"
|
||||
|
||||
lint-js:
|
||||
name: Lint JavaScript
|
||||
|
|
|
|||
Loading…
Reference in a new issue