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

IDEA plugin doesn't handle relative config file path #29

Closed
remal opened this issue Jun 14, 2019 · 1 comment · Fixed by #46
Closed

IDEA plugin doesn't handle relative config file path #29

remal opened this issue Jun 14, 2019 · 1 comment · Fixed by #46
Labels
feature New feature or request good first issue Good for newcomers
Milestone

Comments

@remal
Copy link

remal commented Jun 14, 2019

I'd like to define configuration file path as relative path to project root. But in this case I'm getting an exception:

com.beust.jcommander.ParameterException: Provided path 'detekt-config.yml' does not exist!

I've tried all these variants and all of them don't work:

  • detekt-config.yml
  • ./detekt-config.yml
  • $PROJECT_DIR$/detekt-config.yml

Please resolve configuration path against project root dir.

@arturbosch arturbosch added feature New feature or request good first issue Good for newcomers labels Jun 15, 2019
@arturbosch
Copy link
Member

Thanks for the suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants