Package org.sonar.go.externalreport
Class ExternalKeyUtils
- java.lang.Object
-
- org.sonar.go.externalreport.ExternalKeyUtils
-
public class ExternalKeyUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalKeyUtils.ExternalKey
-
Field Summary
Fields Modifier and Type Field Description static java.util.List<ExternalKeyUtils.ExternalKey>GO_LINT_KEYSstatic java.util.List<ExternalKeyUtils.ExternalKey>GO_VET_KEYS
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringlookup(java.lang.String message, java.lang.String linter)
-
-
-
Field Detail
-
GO_VET_KEYS
public static final java.util.List<ExternalKeyUtils.ExternalKey> GO_VET_KEYS
-
GO_LINT_KEYS
public static final java.util.List<ExternalKeyUtils.ExternalKey> GO_LINT_KEYS
-
-