Skip to content

Commit 6b64a48

Browse files
committed
add panolint dependency, remote rubocop-rake requirement
1 parent 53374b2 commit 6b64a48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ group :test, :development do
1313
gem 'yard', '~>0.9.28'
1414
# linter for ruby
1515
gem 'rubocop'
16-
gem 'rubocop-rake', require: false # for rake tasks linting
16+
gem 'panolint'
17+
#gem 'rubocop-rake', require: false # for rake tasks linting
1718
# test for ruby
1819
gem 'rspec', '~>3.11'
1920
# code coverage to monitor rspec tests

0 commit comments

Comments
 (0)