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 977fa74 commit d9f9eb9Copy full SHA for d9f9eb9
go/compiler.go
@@ -300,7 +300,6 @@ func (c *Compiler) enableFeature(feature string) {
300
runtime.KeepAlive(c)
301
}
302
303
-// IgnoreModule tells the compiler to ignore the module with the given name.
304
// ignoreModule tells the compiler to ignore the module with the given name.
305
//
306
// Any YARA rule using the module will be ignored, as well as rules that depends
0 commit comments