mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Autoformat.
This commit is contained in:
@@ -23,8 +23,7 @@ where
|
||||
// completely to distinguish grammatical punctuation after which a space is
|
||||
// needed, and intra-identifier punctuation in, for example, a fully
|
||||
// qualified java class name.
|
||||
s
|
||||
.getLiteral()
|
||||
s.getLiteral()
|
||||
.regexpCapture(".* (([-A-Za-z/'\\.:,]*[a-zA-Z]|[0-9]+)[\\.:,;!?']*)\"[^\"]*\\+[^\"]*\"[a-zA-Z].*",
|
||||
1) = word and
|
||||
not word.regexpMatch(".*[,\\.:].*[a-zA-Z].*[^a-zA-Z]")
|
||||
|
||||
Reference in New Issue
Block a user