Skip to content

Commit

Permalink
gcc_ice_hook: Disable buggy pylint check
Browse files Browse the repository at this point in the history
This line bugs out once in a while in pylint ever since we enabled
parallelism. Since the parallel gains are substantial, let's just
disable the check there.

See pylint-dev/pylint#7710
  • Loading branch information
schopin-pro committed Jul 12, 2023
1 parent 71ba06f commit b7df2ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/gcc_ice_hook
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ if len(sys.argv) != 3:
)
sys.exit(1)

# workaround pylint-dev/pylint#7710, pylint: disable-next=unbalanced-tuple-unpacking
(exename, sourcefile) = sys.argv[1:3]

# create report
Expand Down

0 comments on commit b7df2ff

Please sign in to comment.