We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25da83c commit f9901deCopy full SHA for f9901de
scripts/gha/lint_commenter.py
@@ -42,6 +42,7 @@
42
'build/include_subdir', # doesn't know about our include paths
43
'build/c++11', # ignore "unapproved c++11 header" warning
44
'readability/casting', # allow non-C++ casts in rare occasions
45
+ 'runtime/references', # allow non-const references
46
'whitespace/indent', # we rely on our code formatter for this...
47
'whitespace/line_length' # ...and for this
48
]
0 commit comments