Allow fg and bg as variable names

This commit is contained in:
Eryn Wells 2022-05-15 16:03:47 -07:00
parent 9f27899572
commit 8239b22157

View file

@ -408,8 +408,10 @@ function-naming-style=snake_case
# Good variable names which should always be accepted, separated by a comma. # Good variable names which should always be accepted, separated by a comma.
good-names=ai, good-names=ai,
bg,
dx, dx,
dy, dy,
fg,
hp, hp,
i, i,
j, j,