Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.9.0
type Config struct { SuppressLen bool SuppressNil bool SuppressErr bool SuppressCompare bool SuppressAsync bool ForbidFocus bool SuppressTypeCompare bool AllowHaveLen0 bool ForceExpectTo bool ValidateAsyncIntervals bool ForbidSpecPollution bool ForceSucceedForFuncs bool }
func (*Config) UpdateFromComment ¶ added in v0.9.0
func (s *Config) UpdateFromComment(commentGroup []*ast.CommentGroup)
func (*Config) UpdateFromFile ¶ added in v0.9.0
func (s *Config) UpdateFromFile(cm ast.CommentMap)
Click to show internal directories.
Click to hide internal directories.