Package org.sonar.go.plugin
Class GoPlugin
- java.lang.Object
-
- org.sonar.go.plugin.GoPlugin
-
- All Implemented Interfaces:
org.sonar.api.Plugin
public class GoPlugin extends java.lang.Object implements org.sonar.api.Plugin
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEXCLUSIONS_DEFAULT_VALUEstatic java.lang.StringEXCLUSIONS_KEY
-
Constructor Summary
Constructors Constructor Description GoPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefine(org.sonar.api.Plugin.Context context)
-
-
-
Field Detail
-
EXCLUSIONS_KEY
public static final java.lang.String EXCLUSIONS_KEY
- See Also:
- Constant Field Values
-
EXCLUSIONS_DEFAULT_VALUE
public static final java.lang.String EXCLUSIONS_DEFAULT_VALUE
- See Also:
- Constant Field Values
-
-