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 0026763 commit d743b31Copy full SHA for d743b31
ql/ql/src/queries/style/DataFlowConfigModuleNaming.ql
@@ -24,7 +24,8 @@ class DataFlowConfigModule extends Module {
24
}
25
26
/**
27
- * A file that is not part of the internal dataflow library.
+ * A file that is part of the internal dataflow library or dataflow library
28
+ * tests.
29
*/
30
class DataFlowInternalFile extends File {
31
DataFlowInternalFile() {
0 commit comments