-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: add ttempdir linter #4794
base: master
Are you sure you want to change the base?
Conversation
Hey, thank you for opening your first Pull Request ! |
In order for a pull request adding a linter to be reviewed, the linter and the PR must follow some requirements.
Pull Request Description
Linter
The Linter Tests Inside Golangci-lint
|
proposal – replace "can be" with "should be" or "must be"
|
Hello @Antonboom I am following the convention used by I need to release it again with this modification. One sec |
As long as the elements required by the checklist (except those related to maintainer actions) are not handled, it is useless to update your branch with master. By doing those merges you are just spamming maintainer notifications.
The checklist should be your priority. |
Thanks for the feedback @ldez -- I think I solve the last items from the checklist |
e49f31d
to
d6a8cb6
Compare
We will wait for peczenyj/ttempdir#14 and peczenyj/ttempdir#18 |
@peczenyj are you still working on this linter? |
ttempdir follow the naming convention of tenv and thelper
it detects the usage of temporary directories not using t.TempDir
repository: https://github.com/peczenyj/ttempdir/