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

Address issues in #2 #3

Merged
merged 5 commits into from
Nov 21, 2024
Merged

Address issues in #2 #3

merged 5 commits into from
Nov 21, 2024

Conversation

igray
Copy link
Owner

@igray igray commented Nov 21, 2024

This fixes the following issues:

  1. exclude_paths specified in .reek.yml were not excluded
  2. Any configuration specified under directories in .reek.yml was not taken into account
  3. Builds a new Runner each time Addon is notified of a configuration file change

Previously, this passed a string for the ruby source code to lint with
reek, but reek requires a file path in order to apply directory-specific
configuration to the examination.
@igray igray merged commit d1c9227 into main Nov 21, 2024
2 checks passed
@igray igray deleted the reek-config branch November 21, 2024 04:11
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.

1 participant