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:
Justin Chu 2022-05-12 07:51:45 -07:00 committed by GitHub
parent 6f85d3e5c8
commit f94b25933a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,7 @@ jobs:
reporter: github-pr-check
level: warning
flags: --linelength=120
filter: "-runtime/references"
lint-js:
name: Lint JavaScript