File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11AllCops :
22 TargetRubyVersion : 2.5
33
4+ Layout/LineLength :
5+ Max : 120
6+
47Style/StringLiterals :
58 EnforcedStyle : double_quotes
Original file line number Diff line number Diff line change 1+ ## v6.0.0.rc2 (unreleased)
2+
3+ #### Fixed
4+
5+ - [ #826 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/826 ) Rubocop: Enable Style/StringLiterals cop
6+ - [ #827 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/827 ) Rubocop: Enable Layout/EmptyLinesAroundClassBody cop
7+ - [ #828 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/828 ) Rubocop: Enable Layout/EmptyLines cop
8+ - [ #829 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/829 ) Rubocop: Enable Layout/Layout/EmptyLinesAround* cops
9+ - [ #830 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/830 ) Rubocop: Enable Layout/IndentationWidth and Layout/TrailingWhitespace cops
10+ - [ #831 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/831 ) Rubocop: Enable Spacing cops
11+ - [ #832 ] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/pull/832 ) Rubocop: Enable Bundler cops
12+
113## v6.0.0.rc1
214
315#### Fixed
Original file line number Diff line number Diff line change 4040 gem "rails" , github : "rails/rails" , tag : "v#{ version } "
4141end
4242
43+ # rubocop:disable Bundler/DuplicatedGem
4344group :tinytds do
4445 if ENV [ "TINYTDS_SOURCE" ]
4546 gem "tiny_tds" , path : ENV [ "TINYTDS_SOURCE" ]
@@ -49,11 +50,12 @@ group :tinytds do
4950 gem "tiny_tds"
5051 end
5152end
53+ # rubocop:enable Bundler/DuplicatedGem
5254
5355group :development do
54- gem "pry-byebug" , platform : [ :mri , :mingw , :x64_mingw ]
55- gem "mocha"
5656 gem "minitest-spec-rails"
57+ gem "mocha"
58+ gem "pry-byebug" , platform : [ :mri , :mingw , :x64_mingw ]
5759end
5860
5961group :guard do
You can’t perform that action at this time.
0 commit comments