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

How disable storage HTML report files in project? #313

Open
tit opened this issue Jul 6, 2019 · 1 comment
Open

How disable storage HTML report files in project? #313

tit opened this issue Jul 6, 2019 · 1 comment

Comments

@tit
Copy link

tit commented Jul 6, 2019

Hi, I have some project files:

$ ls /project/config/
client.rb
server.rb

I run rubycritic:

$ rubycritic --no-browser /project/config/

rubycritic created /tmp directory with /tmp/rubycritic/overview.html and other files.
It is ok.

But rubycritic created also .html files in project directory:

$ ls /project/config/
client.rb
client.html
server.rb
server.html

How I can disable storage .html report files in project directory?
I want rubycritic to save its files only in /tmp.

@GWillmann
Copy link

A temporary workaround is to provide relative path to rubycritic instead of absolute ones.

See: #150 (comment)

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