Chris Hough
Chris Hough
+1 I was just checking for this as well. ????
I am having the same issue with a jruby project.
if you primarily work in a single browser, i.e. chrome you would be just cluttering up your logs. after noticing the clutter in mine, i figured it would not be...
@gshutler yes, I am using rails 4. As of right now, I just pulled out the gem. I was going to fork it but I was not sure of your...
Watching... I am seeing the same thing..
In order to fix this locally, I added this to my config file: ``` ruby if ENV["LIVERELOAD"] configure :development do activate :livereload, host: '127.0.0.1', apply_js_live: false, apply_css_live: false end end...
Can we please have this merged? Thank you @floq-design for converting this, less is dead
@timon that hack worked for me, but from what I can tell only shaved off about 20ish MB
I am getting the same error, latest version, and I am using the command line. `bundle exec rubycritic --no-browser --mode-ci --minimum-score=95`
**UPDATE** I tested this a number of ways, and it is only occurring on my github actions CI setup when I include the `--mode-ci` flag. It does not occur with...