Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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