Skip to content

Releases: Over-haul/rubocop-overhaul

v0.3.3

14 Nov 19:53
5a4fccd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

30 Aug 12:37
66c0c04
Compare
Choose a tag to compare

What's Changed

  • Relax config for rubocop-rspec and add workaround for factory_bot false positive by @Drowze in #50

Full Changelog: v0.3.1...v0.3.2

v0.3.1

29 Aug 11:40
0c14ddd
Compare
Choose a tag to compare

What's Changed

  • [~] Disable Rails/BulkChangeTable as it conflicts with strong_migrations by @Drowze in #49

Full Changelog: v0.3.0...v0.3.1

v0.3.0

21 Aug 16:23
54ea540
Compare
Choose a tag to compare

What's Changed

  • [OK-39903] codeowners updates by @skcc321 in #45
  • [OK-38947] New cop: Overhaul/SemanticLoggerContract cop by @Drowze in #43
  • [OK-42561] CODEOWNERS: use overhaul-ruby-dev-team instead of be-core by @Drowze in #46
  • [OK-41559] Support rubocop-rspec v3 and add some default configs by @Drowze in #47
  • Add FactoryBot config by @Drowze in #48

Full Changelog: v0.2.1...v0.3.0

v0.2.1

07 May 12:10
169d703
Compare
Choose a tag to compare

Support test custom rswag method.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 May 14:19
22d6558
Compare
Choose a tag to compare

What's Changed

  • [OK-40367] Fix rubocop-rspec_rails deprecations and allow most RSpec cops into rswag specs by @Drowze in #44

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Dec 14:00
6b68475
Compare
Choose a tag to compare

What's Changed

  • Fix AssignmentInsteadComparison for setter methods by @Drowze in #41

Full Changelog: v0.0.1...v0.1.0

v0.0.1

19 Dec 12:15
dfe7423
Compare
Choose a tag to compare

What's Changed

  • [~] Cleaned up configurations by @Drowze in #1
  • [~] Fix gemspec by @Drowze in #3
  • [~] Remove Style/Semicolon custom configuration by @Drowze in #4
  • [~] tune rubocop by @skcc321 in #6
  • [~] rspec for request tests by @skcc321 in #7
  • [~] Adjustments from feedback by @Drowze in #8
  • [~] Add more sensible rubocop configurations by @Drowze in #9
  • Disable RSpec/MultipleMemoizedHelpers by @Drowze in #10
  • [-] Disable RSpec/MultipleMemoizedHelpers by @serhii-bodnaruk in #11
  • [~] Set Naming/VariableNumber to snake_case by @Drowze in #12
  • [~] Sensible rails configurations by @Drowze in #13
  • [~] Fix bad RSpec config by @Drowze in #14
  • [~] More sensible metrics cops by @Drowze in #15
  • [~] Add proper Layout/CaseIndentation rule by @Drowze in #16
  • Disable some multiline block cops in tests by @Drowze in #17
  • Change Style/FormatStringToken style to template by @Drowze in #18
  • Improve rspec messages by @Drowze in #19
  • [~] Add style for StringLiteralsInInterpolation by @Drowze in #20
  • Disable Naming/VariableNumber on routes.rb by @Drowze in #21
  • Disable Style/Documentation by @emilio-santiago in #22
  • [P20-713] Add rubocop-rswag.yml to exclude the request tests at cop level by @emilio-santiago in #24
  • Change SymbolProc cop style to AllowMethodsWithArguments by @Drowze in #23
  • Exclude public folder by @emilio-santiago in #25
  • Ignore BlockLength cop on Gemfile by @Drowze in #26
  • Update README - fix Gemfile instructions by @Drowze in #27
  • [OK-21108] Remove useless MIT references in code for all repos by @TanchynOleh in #28
  • [~] Disable Style/FetchEnvVar by @okosyk in #29
  • Avoid usage of Ruby 3.1 shorthand hash definition by @Drowze in #30
  • [OK-25429] Use new AllowedMethods syntax by @Drowze in #31
  • Opt out of Ruby 3.1 shorthand Hash syntax by @Drowze in #32
  • Revert "Opt out of Ruby 3.1 shorthand Hash syntax" by @Drowze in #33
  • Disable anonymous block syntax cop by @Drowze in #34
  • [~] disable RSpec/IndexedLet by @okosyk in #35
  • Fix config change on rubocop-rspec 2.24.0 by @Drowze in #36
  • [OK-34681] Convert into Rubocop extension by @Drowze in #37
  • [OK-34681] Add cop MutableReformDefaults by @Drowze in #39
  • [OK-34681] Add cop AssignmentInsteadOfComparison by @Drowze in #38

New Contributors

Full Changelog: https://github.com/Over-haul/rubocop-overhaul/commits/v0.0.1