File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
scripts/generate_rules/templates Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ import codingstandards.{{ ql_language_name }}.Customizations
1313import codingstandards.{{ ql_language_name }}.Exclusions
1414
1515signature module {{shared_implementation_short_name}}ConfigSig {
16- Query getQuery();
16+ Query getQuery();
1717}
1818
1919module {{shared_implementation_short_name}}<{{shared_implementation_short_name}}ConfigSig Config> {
20- query predicate problems(Element e, string message) {
21- not isExcluded(e, Config::getQuery()) and message = "<replace with problem alert message for >"
22- }
20+ query predicate problems(Element e, string message) {
21+ not isExcluded(e, Config::getQuery()) and message = "<replace with problem alert message for >"
22+ }
2323}
You can’t perform that action at this time.
0 commit comments