eventuallycheck

package module
v0.0.0-...-4327a42 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 2 Imported by: 0

README

eventuallycheck

eventuallycheck is a static analysis tool to detect gomega.Eventually without Should or ShouldNot.

Usage

$ eventuallycheck [FILES]

Target functions

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Analyzer = &analysis.Analyzer{
	Name:             "eventuallycheck",
	Doc:              "eventuallycheck checks if you forget to call Assertion for Eventually or not",
	Run:              run,
	RunDespiteErrors: false,
}

Analyzer checks if you forget to execute gomega.Assertion for gomega.Eventually

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL