Matt Jankowski
|
6c5a2233a8
|
Fix `RSpec/StubbedMock` cop (#25552)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-07-12 10:20:10 +02:00 |
Matt Jankowski
|
2e1391fdd2
|
Fix `Naming/MemoizedInstanceVariableName` cop (#25928)
|
2023-07-12 10:08:51 +02:00 |
Matt Jankowski
|
5134fc65e2
|
Fix `Naming/AccessorMethodName` cop (#25924)
|
2023-07-12 10:03:19 +02:00 |
Matt Jankowski
|
b8b2470cf8
|
Fix `Style/SlicingWithRange` cop (#25923)
|
2023-07-12 10:03:06 +02:00 |
Matt Jankowski
|
658742b3cd
|
Fix `Lint/AmbiguousBlockAssociation` cop (#25921)
|
2023-07-12 10:02:41 +02:00 |
Matt Jankowski
|
b786911c55
|
Fix `Lint/SendWithMixinArgument` cop (#25920)
|
2023-07-12 10:02:32 +02:00 |
Matt Jankowski
|
74806deb2c
|
Fix `RSpec/SubjectStub` cop (#25550)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-07-12 10:02:19 +02:00 |
Matt Jankowski
|
c75df62ccc
|
Fix `RSpec/SubjectDeclaration` cop (#25312)
|
2023-07-12 09:49:33 +02:00 |
Nick Schonning
|
1d557305d2
|
Enable Rubocop Style/FrozenStringLiteralComment (#23793)
|
2023-07-12 09:47:08 +02:00 |
Nick Schonning
|
9e8bc56d5a
|
Enable Rubocop Style/Semicolon with config (#23652)
|
2023-07-12 09:44:15 +02:00 |
Kurtis Rainbolt-Greene
|
e4cfe4b3db
|
First pass at multi-database for read replica using Rails native adapter (#25693)
Co-authored-by: emilweth <7402764+emilweth@users.noreply.github.com>
|
2023-07-08 19:45:36 +02:00 |
Matt Jankowski
|
05f9e39b32
|
Fix `RSpec/VerifiedDoubles` cop (#25469)
|
2023-06-22 14:55:22 +02:00 |
Daniel M Brasil
|
0a0a1f1495
|
Migrate to request specs in `/api/v1/tags` (#25439)
|
2023-06-19 08:51:40 +02:00 |
Matt Jankowski
|
4c5aa0e470
|
Update rubocop-rspec to version 2.22.0, fix `RSpec/IndexedLet` cop (#24698)
|
2023-06-14 16:44:37 +02:00 |
Matt Jankowski
|
31d5bc89d1
|
Speed improvement for `AccountsStatusesCleanupScheduler` spec (#25406)
|
2023-06-14 09:56:11 +02:00 |
Nick Schonning
|
72590e601a
|
Update Rubocop 1.52.1 (#25376)
|
2023-06-13 18:42:51 +02:00 |
Matt Jankowski
|
62c996b52d
|
Reduce `RSpec/MultipleExpectations` cop max to 8 (#25313)
|
2023-06-10 18:38:22 +02:00 |
Matt Jankowski
|
b85c387c5c
|
Remove reference to deleted statsd config file (#25336)
|
2023-06-07 22:46:53 +02:00 |
Matt Jankowski
|
6c0e3f490a
|
Fix RSpec/MissingExampleGroupArgument cop (#25310)
|
2023-06-06 15:51:42 +02:00 |
Nick Schonning
|
c66250abf1
|
Autofix Rubocop Regex Style rules (#23690)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-06-06 14:50:51 +02:00 |
Matt Jankowski
|
c42591356d
|
Fix `RSpec/DescribedClass` cop (#25104)
|
2023-06-06 13:58:33 +02:00 |
Renaud Chaput
|
b7d995cb00
|
Disable some metrics cops (#25215)
|
2023-05-31 23:33:10 +02:00 |
Matt Jankowski
|
1baf40077b
|
Fix FormatStringToken cop in CLI (#25122)
|
2023-05-30 16:21:53 +02:00 |
Matt Jankowski
|
80c7de9984
|
Fix Rails/WhereExists cop in CLI (#25123)
|
2023-05-30 16:09:57 +02:00 |
Matt Jankowski
|
0f2c16ac4b
|
Fix RSpec/NoExpectationExample cop (#25103)
|
2023-05-26 09:41:12 +02:00 |
Matt Jankowski
|
d2e5430d4a
|
Fix RSpec/ExpectChange cop (#25101)
|
2023-05-24 11:23:40 +02:00 |
Matt Jankowski
|
b896b16cb3
|
Fix RSpec/PredicateMatcher cop (#25102)
|
2023-05-23 16:49:11 +02:00 |
Matt Jankowski
|
778e4a7bf7
|
Fix RSpec/ExpectInHook cop (#25100)
|
2023-05-23 16:40:21 +02:00 |
Matt Jankowski
|
b6b4ea4ca5
|
Move the mastodon/*_cli files to mastodon/cli/* (#24139)
|
2023-05-23 16:08:26 +02:00 |
Matt Jankowski
|
541f64b2bb
|
Fix Rails/Exit cop (#24743)
|
2023-05-23 13:26:10 +02:00 |
Matt Jankowski
|
e387175fc9
|
Fix RSpec/RepeatedExample cop (#24849)
|
2023-05-23 10:49:23 +02:00 |
Matt Jankowski
|
9f5deb310b
|
Fix Performance/MapCompact cop (#24797)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-05-23 10:49:12 +02:00 |
Matt Jankowski
|
0664704cd9
|
Fix Performance/StartWith cop (#24818)
|
2023-05-23 10:16:50 +02:00 |
Matt Jankowski
|
325d5f0183
|
Regenerate rubocop-todo (#24846)
|
2023-05-22 14:49:10 +02:00 |
Nick Schonning
|
c0b9664a31
|
Autofix Rubocop spacing in config (#25022)
|
2023-05-22 13:17:56 +02:00 |
Nick Schonning
|
cee4369cf5
|
Autofix Rubocop Lint/AmbiguousOperatorPrecedence (#25002)
|
2023-05-16 10:51:59 +02:00 |
Matt Jankowski
|
2c2d924942
|
Fix RSpec/RepeatedExampleGroupDescription cop (#24850)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
|
2023-05-12 12:25:32 +02:00 |
Matt Jankowski
|
bf3ebeb42f
|
Fix RSpec/SharedContext cop (#24847)
|
2023-05-12 09:25:43 +02:00 |
Matt Jankowski
|
a610a02d4f
|
Fix RSpec/ScatteredSetup cop (#24848)
|
2023-05-11 10:32:09 +02:00 |
Matt Jankowski
|
0b249ebdb0
|
Extract StatusSafeReblogInsert concern from Status (#24821)
|
2023-05-04 14:06:20 +02:00 |
Nick Schonning
|
569b39256b
|
Bump rubocop-rails 2.19.1 with update .rubocop_todo.yml (#24469)
|
2023-05-04 11:56:24 +02:00 |
Nick Schonning
|
e1ebcc007d
|
Regenerate rubocop-todo (#24834)
|
2023-05-04 07:43:54 +02:00 |
Nick Schonning
|
ff3b7069cf
|
Autofix Rubocop Style/ConcatArrayLiterals (#23755)
|
2023-05-04 05:57:40 +02:00 |
Nick Schonning
|
da3bd913ae
|
Autofix Rubocop Style/HashSyntax (#23754)
|
2023-05-04 05:54:26 +02:00 |
Nick Schonning
|
d5a185d721
|
Autofix Rubocop Style/CaseLikeIf (#23756)
|
2023-05-04 05:51:18 +02:00 |
Nick Schonning
|
1fe04f740a
|
Enable Rubocop Rails/FilePath (#23854)
|
2023-05-04 05:50:40 +02:00 |
Matt Jankowski
|
c97b611b6b
|
Fix RSpec/InferredSpecType cop (#24736)
|
2023-05-04 05:49:53 +02:00 |
Matt Jankowski
|
710745e16b
|
Fix RSpec/ContextWording cop (#24739)
|
2023-05-04 05:49:08 +02:00 |
Matt Jankowski
|
cf18cc2891
|
Fix RSpec/MultipleSubjects cop (#24738)
|
2023-05-04 05:48:35 +02:00 |
Matt Jankowski
|
2c6c398c60
|
Fix Performance/CollectionLiteralInLoop cop (#24819)
|
2023-05-04 05:33:55 +02:00 |