forked from david-a-wheeler/flawfinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code style improvement: use "VAR in (...)"
Switch to "VAR in (...)" style in the code. This is shorter and slightly simpler (it's clear only a single variable value is being considered). This eliminates many pylint warnings and produces a minor improvement in the pylint score. Signed-off-by: David A. Wheeler <[email protected]>
- Loading branch information
1 parent
daf0bb0
commit 61f8153
Showing
1 changed file
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters