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

New config format #523

Merged
merged 3 commits into from
May 11, 2024
Merged

New config format #523

merged 3 commits into from
May 11, 2024

Conversation

Feuermagier
Copy link
Owner

These changes are in preparation for the upcoming integration in the test framework. The most important one is a new config format that separates the problem types to look for from the excluded classes. Essentially, we now have

problemsToReport:
  - DEPRECATED_COLLECTION_USED
  - COLLECTION_IS_EMPTY_REIMPLEMENTED

excludedClasses:
  - TrackRepository

instead of the old hacky solution. I've also moved a few things to the core module and removed the "tests" parameter from the Linter and the cmd module (this was a leftover from the dynamic tests).

@Feuermagier Feuermagier merged commit 1b1f3cd into main May 11, 2024
4 checks passed
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.

None yet

2 participants