Skip to content

Commit

Permalink
Undo rubocop downgrade (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jan 29, 2022
1 parent 4d21067 commit 9b476d9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ RUN echo 'gem: --no-document' >> ~/.gemrc && \
gem install \
scss_lint \
puppet-lint \
rubocop:0.82.0 \
rubocop-github:0.16.0 \
rubocop-performance:1.7.1 \
rubocop-rails:2.5 \
rubocop-rspec:1.41.0
rubocop \
rubocop-github \
rubocop-performance \
rubocop-rails \
rubocop-rspec
#GEM__END

#############################################################################################
Expand Down
10 changes: 5 additions & 5 deletions flavors/ruby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ ENV PATH="/node_modules/.bin:${PATH}"
RUN echo 'gem: --no-document' >> ~/.gemrc && \
gem install \
scss_lint \
rubocop:0.82.0 \
rubocop-github:0.16.0 \
rubocop-performance:1.7.1 \
rubocop-rails:2.5 \
rubocop-rspec:1.41.0
rubocop \
rubocop-github \
rubocop-performance \
rubocop-rails \
rubocop-rspec
#GEM__END

#############################################################################################
Expand Down
11 changes: 5 additions & 6 deletions megalinter/descriptors/ruby.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@ linters:
- "rubocop --force-exclusion myfile.rb"
- "rubocop --force-exclusion -c .ruby-lint.yml myfile.rb"
- "rubocop --force-exclusion --safe-auto-correct -c .ruby-lint.yml myfile.rb"
downgraded_version: true
install:
gem:
- rubocop:0.82.0
- rubocop-github:0.16.0
- rubocop-performance:1.7.1
- rubocop-rails:2.5
- rubocop-rspec:1.41.0
- rubocop
- rubocop-github
- rubocop-performance
- rubocop-rails
- rubocop-rspec
ide:
atom:
- name: linter-rubocop
Expand Down

0 comments on commit 9b476d9

Please sign in to comment.