Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Analyzer = &analysis.Analyzer{ Name: "backenddebug", Requires: []*analysis.Analyzer{archive.Analyzer, nestedmetadata.Analyzer}, Run: run, Rules: []*analysis.Rule{backendDebugFilePresent}, ReadmeInfo: analysis.ReadmeInfo{ Name: "Backend Debug", Description: "Checks that the standalone debug files for backend plugins are not present.", }, }
Analyzer is an analyzer that checks if backend standalone debug files are included in the executable. If so, it reports an error, as the plugin can't be used properly in non-debug mode.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.