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

Workflows/backend/linting isnt applied recursively #25

Merged

Conversation

AronBuzogany
Copy link
Contributor

This PR Fixes #24.

The recursive option of pylint only works when applying to one module. As we have multiple modules (e.g. tests, endpoints) this is the safest way to go recursive (see this discussion)

@AronBuzogany AronBuzogany self-assigned this Feb 23, 2024
@AronBuzogany AronBuzogany changed the base branch from main to development February 23, 2024 17:54
@AronBuzogany AronBuzogany merged commit 4991b3f into development Feb 24, 2024
4 checks passed
@AronBuzogany AronBuzogany deleted the workflows/backend/linting-isnt-applied-recursively branch February 24, 2024 09:49
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

Successfully merging this pull request may close these issues.

Linting for backend isn't applied recursivly in all files
3 participants