mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -39,5 +39,5 @@ where
|
||||
sa.getName() = a.getName()
|
||||
select a,
|
||||
"Attribute '" + a.getName() +
|
||||
"' is not defined in the class body nor in the __init__() method, but it is defined $@", sa,
|
||||
"' is not defined in the class body nor in the __init__() method, but it is defined $@.", sa,
|
||||
"here"
|
||||
|
||||
Reference in New Issue
Block a user