-
- Downloads
Use stable gitlab-styles and eliminate offenses
parent
4ee08b77
No related branches found
No related tags found
Showing
- .rubocop.yml 6 additions, 0 deletions.rubocop.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 5 additions, 11 deletionsGemfile.lock
- Gemfile.rails5.lock 5 additions, 11 deletionsGemfile.rails5.lock
- app/controllers/projects/wikis_controller.rb 1 addition, 1 deletionapp/controllers/projects/wikis_controller.rb
- app/models/wiki_page.rb 3 additions, 2 deletionsapp/models/wiki_page.rb
- app/services/notification_recipient_service.rb 1 addition, 0 deletionsapp/services/notification_recipient_service.rb
- app/services/projects/lfs_pointers/lfs_download_service.rb 1 addition, 1 deletionapp/services/projects/lfs_pointers/lfs_download_service.rb
- lib/gitlab/git/repository.rb 1 addition, 1 deletionlib/gitlab/git/repository.rb
- lib/gitlab/metrics/influx_db.rb 0 additions, 1 deletionlib/gitlab/metrics/influx_db.rb
- spec/features/projects/files/user_browses_files_spec.rb 0 additions, 1 deletionspec/features/projects/files/user_browses_files_spec.rb
- spec/helpers/blob_helper_spec.rb 2 additions, 2 deletionsspec/helpers/blob_helper_spec.rb
- spec/lib/gitlab/sanitizers/svg_spec.rb 2 additions, 2 deletionsspec/lib/gitlab/sanitizers/svg_spec.rb
- spec/lib/gitlab/workhorse_spec.rb 1 addition, 1 deletionspec/lib/gitlab/workhorse_spec.rb
Loading
| Loading
| @@ -351,7 +351,7 @@ group :development, :test do |
gem 'spring', '~> 2.0.0' | ||
gem 'spring-commands-rspec', '~> 1.0.4' | ||
gem 'gitlab-styles', '~> 2.4', require: false, git: 'https://gitlab.com/gitlab-org/gitlab-styles.git', branch: 'update-to-0.54.0' | ||
gem 'gitlab-styles', '~> 2.4', require: false | ||
# Pin these dependencies, otherwise a new rule could break the CI pipelines | ||
gem 'rubocop', '~> 0.54.0' | ||
gem 'rubocop-rspec', '~> 1.22.1' | ||
Loading
| Loading
|
Please register or sign in to comment