Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to Exclude Multiple Checks Using Regex in the Linter #40

Open
LazarenkoA opened this issue Oct 31, 2024 · 0 comments
Open

How to Exclude Multiple Checks Using Regex in the Linter #40

LazarenkoA opened this issue Oct 31, 2024 · 0 comments

Comments

@LazarenkoA
Copy link

Hi, is there a way in the linter to exclude not only functions but everything using a regular expression? For example, I want to exclude a number of checks with this expression: tіme\.[\w]+\s*\*\s*[\d]+

I want to exclude cases like:

Wait(time.Second * 5)
time.After(time.Second * 5)
time.Sleep(time.Second * 5)
t := time.Second * 10

and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant