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

Reek configuration custom location #1078

Open
bestwebua opened this issue Nov 30, 2022 · 1 comment
Open

Reek configuration custom location #1078

bestwebua opened this issue Nov 30, 2022 · 1 comment

Comments

@bestwebua
Copy link

Hi there! Thanks for awesome tool. I have a question. Is it possible to specify custom Reek configuration location like in .codeclimate.yml below?

checks:
  argument-count:
    enabled: false
  method-complexity:
    enabled: false

plugins:
  rubocop:
    enabled: true
    channel: rubocop-1-39
    config:
      file: .circleci/linter_configs/.rubocop.yml

  reek:
    enabled: true
    config:
      file: .circleci/linter_configs/.reek.yml

Rubocop applies, but Reek doesn't. Thanks for advice!

@bestwebua
Copy link
Author

@dantevvp Could you help with this issue?

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

No branches or pull requests

1 participant