You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc="Checks that fields marked as required do not have default values applied"
32
+
)
33
+
34
+
varerrUnexpectedInitializerType=errors.New("expected conflictingmarkers.Initializer() to be of type initializer.ConfigurableAnalyzerInitializer, but was not")
25
35
26
36
// newAnalyzer creates a new analyzer that wraps conflictingmarkers with a predefined configuration
27
37
// for checking default and required marker conflicts.
0 commit comments