We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9900fe commit b3df4abCopy full SHA for b3df4ab
ql/ql/src/queries/style/UseInstanceofExtension.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Suggest using non-extending subtype relationships.
3
- * @description Non-extending subtypes ("instanceof extensions") are generally preferrable to instanceof expressions in characteristic predicates.
+ * @description Non-extending subtypes ("instanceof extensions") are generally preferable to instanceof expressions in characteristic predicates.
4
* @kind problem
5
* @problem.severity warning
6
* @id ql/suggest-instanceof-extension
0 commit comments