fix simplecov with jruby, add a .rubocop.yml config file

This commit is contained in:
Samuel Beaulieu 2021-12-10 12:32:23 -06:00
parent 356dfb3f52
commit 55654387af
No known key found for this signature in database
GPG key ID: 12030F74136D0F34
4 changed files with 58 additions and 5 deletions

2
.jrubyrc Normal file
View file

@ -0,0 +1,2 @@
# for simplecov to work in jruby, without this we are getting errors when debugging spec tests
debug.fullTrace=true