AlertSuppression: allow //lgtm comments to scope over the next line

This commit is contained in:
Arthur Baars
2022-12-14 15:25:01 +01:00
parent 016c7a8ca7
commit c176606be5
14 changed files with 345 additions and 28 deletions

View File

@@ -15,4 +15,4 @@ class SingleLineComment extends G::Comment {
}
}
import AS::Make<SingleLineComment>
import AS::Make<G::Locatable, SingleLineComment>