summaryrefslogtreecommitdiffstats
path: root/.rubocop_todo.yml
AgeCommit message (Expand)Author
2024-02-07Configure `CountAsOne` value for `RSpec/ExampleLength` cop (#29115)Matt Jankowski
2024-02-06Reduce expectation count in example from `ProcessAccountService` spec (#29100)Matt Jankowski
2024-01-25Fix `Style/GuardClause` cop in app/controllers (#28420)Matt Jankowski
2024-01-25Fix `Style/TernaryParentheses` cop (#28387)Matt Jankowski
2024-01-25Fix remaining `Rails/WhereExists` cop violations, regenerate todo (#28892)Matt Jankowski
2024-01-24Fix `Rails/WhereExists` cop in app/lib (#28862)Matt Jankowski
2024-01-24Fix `Rails/WhereExists` cop in app/models (#28863)Matt Jankowski
2024-01-23Fix `Rails/WhereExists` cop in app/services (#28853)Matt Jankowski
2024-01-23Fix `Rails/WhereExists` cop in lib/tasks (#28852)Matt Jankowski
2024-01-23Fix `Rails/WhereExists` cop in app/validators (#28854)Matt Jankowski
2024-01-19Move privacy policy into markdown file (#28699)Matt Jankowski
2024-01-19Fix `Rails/WhereExists` cop in REST::TagSerializer model (#28790)Matt Jankowski
2024-01-19Fix `Rails/WhereExists` cop in app/lib/status_cache_hydrator (#28808)Matt Jankowski
2024-01-18Fix `Rails/WhereExists` cop in User model (#28792)Matt Jankowski
2024-01-18Fix `Rails/WhereExists` cop in FeaturedTag model (#28791)Matt Jankowski
2024-01-18Fix `Rails/WhereExists` cop in account/interactions concern (#28789)Matt Jankowski
2024-01-17Fix `Rails/RakeEnvironment` cop (#28782)Matt Jankowski
2024-01-17Regenerate rubocop todo, removes last `Layout/LineLength` violation (#28778)Matt Jankowski
2024-01-15Disable `Rails/SkipsModelValidations` cop (#28712)Matt Jankowski
2024-01-12Disable `Rails/LexicallyScopedActionFilter` for inherited auth controllers (#...Matt Jankowski
2024-01-12Disable `Rails/ApplicationController` for `HealthController` (#28705)Matt Jankowski
2024-01-05Regenerate rubocop todo with version 1.59.0 (#28597)Matt Jankowski
2024-01-04Solve remaining `db/*migrate*` cops (#28579)Matt Jankowski
2023-12-22Fix `RSpec/LetSetup` cop in models/account_status_cleanup_policy (#28470)Matt Jankowski
2023-12-22Fix `RSpec/LetSetup` cop in ap/fetch_featured_collection_service (#28461)Matt Jankowski
2023-12-22Clean up `tagged_with_*` Status specs, fix `RSpec/LetSetup` cop (#28462)Matt Jankowski
2023-12-22Fix `RSpec/LetSetup` cop in auth controller specs (#28464)Matt Jankowski
2023-12-21Fix `RSpec/LetSetup` cop in spec/services (#28459)Matt Jankowski
2023-12-21Clean up of `RSpec/LetSetup` within `spec/services/activitypub` (#28445)Matt Jankowski
2023-12-21Clean up of `RSpec/LetSetup` within `spec/lib` (#28447)Matt Jankowski
2023-12-21Clean up of `RSpec/LetSetup` within `api/` (#28448)Matt Jankowski
2023-12-21Clean up of `RSpec/LetSetup` within `spec/controllers` (#28446)Matt Jankowski
2023-12-21Clean up of `RSpec/LetSetup` within `spec/models` (#28444)Matt Jankowski
2023-12-18Opt out of `Rails/NegateInclude` cop (#28370)Matt Jankowski
2023-12-18Opt out of `Rails/UnusedIgnoredColumns` cop (#28385)Matt Jankowski
2023-12-18Fix `Style/RedundantReturn` cop (#28391)Matt Jankowski
2023-12-18Fix `Style/StderrPuts` cop (#28389)Matt Jankowski
2023-12-18Fix `Style/SymbolProc` cop (#28386)Matt Jankowski
2023-12-15Fix `Style/InverseMethods` cop (#28377)Matt Jankowski
2023-12-15Opt out of `Rails/SkipsModelValidations` cop in db/migrate (#28371)Matt Jankowski
2023-12-15Fix `Style/Lambda` cop (#28378)Matt Jankowski
2023-12-14Move default `meta` options from `InitialStateSerializer` to private method (...Matt Jankowski
2023-12-01Add explicit `dependent: nil` to associations (#28169)Matt Jankowski
2023-12-01Model concerns organization into module namespaces (#28149)Matt Jankowski
2023-11-30Reduce AbcSize complexity in `InitialStateSerializer` (#27782)Matt Jankowski
2023-11-29Move lib/devise/* to lib/devise/strategies/* (#27638)Matt Jankowski
2023-11-29Move lib/mastodon/premailer_webpack_strategy to lib/ (#27636)Matt Jankowski
2023-11-14Fix `RSpec/AnyInstance` cop (#27810)Matt Jankowski
2023-11-09Fix `RSpec/MessageChain` cop (#27776)Matt Jankowski
2023-11-09Fix `Rails/I18nLocaleTexts` cop (#27779)Matt Jankowski