mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
fix some more style-guide violations in the alert-messages
This commit is contained in:
@@ -21,4 +21,4 @@ where
|
||||
not f.isOverridingMethod() and
|
||||
slice_method_name(meth) and
|
||||
f.getName() = meth
|
||||
select f, meth + " method has been deprecated since Python 2.0"
|
||||
select f, meth + " method has been deprecated since Python 2.0."
|
||||
|
||||
Reference in New Issue
Block a user