mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
autoformat ql
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
import python
|
||||
|
||||
predicate lower_case_class(Class c) {
|
||||
exists(string first_char |
|
||||
exists(string first_char |
|
||||
first_char = c.getName().prefix(1) and
|
||||
not first_char = first_char.toUpperCase()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user