mirror of
https://github.com/github/semantic.git
synced 2024-12-24 15:35:14 +03:00
Blacklist __LINE__ to match assignment
This commit is contained in:
parent
3d04836a8a
commit
b05047c53f
@ -102,6 +102,7 @@ nameBlacklist =
|
|||||||
, "super"
|
, "super"
|
||||||
, "undef"
|
, "undef"
|
||||||
, "__FILE__"
|
, "__FILE__"
|
||||||
|
, "__LINE__"
|
||||||
, "lambda"
|
, "lambda"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user