We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53374b2 commit 6b64a48Copy full SHA for 6b64a48
Gemfile
@@ -13,7 +13,8 @@ group :test, :development do
13
gem 'yard', '~>0.9.28'
14
# linter for ruby
15
gem 'rubocop'
16
- gem 'rubocop-rake', require: false # for rake tasks linting
+ gem 'panolint'
17
+ #gem 'rubocop-rake', require: false # for rake tasks linting
18
# test for ruby
19
gem 'rspec', '~>3.11'
20
# code coverage to monitor rspec tests
0 commit comments