mirror of
https://github.com/github/codeql.git
synced 2026-06-02 20:30:15 +02:00
patch upper-case acronyms to be PascalCase
This commit is contained in:
@@ -5,7 +5,7 @@ import semmle.code.xml.XML
|
||||
/**
|
||||
* Holds if any `*.gwt.xml` files are included in this snapshot.
|
||||
*/
|
||||
predicate isGwtXmlIncluded() { exists(GwtXmlFile webXML) }
|
||||
predicate isGwtXmlIncluded() { exists(GwtXmlFile webXml) }
|
||||
|
||||
/** A GWT module XML file with a `.gwt.xml` suffix. */
|
||||
class GwtXmlFile extends XMLFile {
|
||||
|
||||
Reference in New Issue
Block a user