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

Spurious escape in log message #56

Open
akimd opened this issue Jan 10, 2025 · 1 comment
Open

Spurious escape in log message #56

akimd opened this issue Jan 10, 2025 · 1 comment

Comments

@akimd
Copy link

akimd commented Jan 10, 2025

Hi,

In my logs I can read:

[...]
configuration from [...]/.gem/ruby/3.1.4/gems/rubocop-performance-1.23.0/config/default.yml
configuration from [...]/.gem/ruby/3.1.4/gems/rubocop-performance-1.23.0/config/default.yml
configuration from [...]/.gem/ruby/3.1.4/gems/rubocop-thread_safety-0.6.0/config/default.yml
configuration from #{path}
[...]

The last line is clearly an error. Cheers.

puts "configuration from \#{path}" if ConfigLoader.debug?

@mikegee
Copy link
Contributor

mikegee commented Jan 10, 2025

rubocop#68

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

2 participants