mirror of
https://github.com/openssh/oss-fuzz
synced 2025-12-06 15:46:33 +00:00
Dont allow unsued globals and allow fp (#12190)
This commit is contained in:
@@ -247,6 +247,7 @@ function-naming-style=snake_case
|
|||||||
good-names=i,
|
good-names=i,
|
||||||
j,
|
j,
|
||||||
k,
|
k,
|
||||||
|
fp,
|
||||||
ex,
|
ex,
|
||||||
Run,
|
Run,
|
||||||
_
|
_
|
||||||
@@ -438,7 +439,7 @@ spelling-store-unknown-words=no
|
|||||||
additional-builtins=
|
additional-builtins=
|
||||||
|
|
||||||
# Tells whether unused global variables should be treated as a violation.
|
# Tells whether unused global variables should be treated as a violation.
|
||||||
allow-global-unused-variables=yes
|
allow-global-unused-variables=no
|
||||||
|
|
||||||
# List of strings which can identify a callback function by name. A callback
|
# List of strings which can identify a callback function by name. A callback
|
||||||
# name must start or end with one of those strings.
|
# name must start or end with one of those strings.
|
||||||
|
|||||||
Reference in New Issue
Block a user