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

dev: Switch golangci config from opt-in linters to opt-out #738

Closed
asmyasnikov opened this issue May 18, 2023 · 2 comments
Closed

dev: Switch golangci config from opt-in linters to opt-out #738

asmyasnikov opened this issue May 18, 2023 · 2 comments
Labels
enhancement New feature or request student-projects

Comments

@asmyasnikov
Copy link
Member

asmyasnikov commented May 18, 2023

For example https://gist.github.com/asmyasnikov/eccb01b3e454afe9391f892183b26ecb

@asmyasnikov asmyasnikov added enhancement New feature or request student-projects labels May 18, 2023
@Albitko
Copy link

Albitko commented May 29, 2023

Is it meant to replace

disable-all: true
enable:
   ...

with

enable-all: true
disable:
   ...

?

@rekby
Copy link
Member

rekby commented Dec 12, 2023

Reverted settings by #909 because linter checks was broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request student-projects
Projects
None yet
Development

No branches or pull requests

3 participants