We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I have some project files:
$ ls /project/config/ client.rb server.rb
I run rubycritic:
rubycritic
$ rubycritic --no-browser /project/config/
rubycritic created /tmp directory with /tmp/rubycritic/overview.html and other files. It is ok.
/tmp
/tmp/rubycritic/overview.html
But rubycritic created also .html files in project directory:
.html
$ 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.
The text was updated successfully, but these errors were encountered:
A temporary workaround is to provide relative path to rubycritic instead of absolute ones.
See: #150 (comment)
Sorry, something went wrong.
No branches or pull requests
Hi, I have some project files:
I run
rubycritic
:rubycritic
created/tmp
directory with/tmp/rubycritic/overview.html
and other files.It is ok.
But
rubycritic
created also.html
files in project directory:How I can disable storage
.html
report files in project directory?I want
rubycritic
to save its files only in/tmp
.The text was updated successfully, but these errors were encountered: