Allow "ai" as a variable name

This commit is contained in:
Eryn Wells 2022-05-08 09:54:24 -07:00
parent 687511d69e
commit 550cde6a8f

View file

@ -407,7 +407,8 @@ function-naming-style=snake_case
#function-rgx=
# Good variable names which should always be accepted, separated by a comma.
good-names=dx,
good-names=ai,
dx,
dy,
i,
j,