summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
AgeCommit message (Expand)Author
2024-06-19Use rubocop `DisplayCopNames` and `UseCache` defaults (true) (#30750)Matt Jankowski
2024-06-18Remove already configured excludes from .rubocop.yml (#30741)Matt Jankowski
2024-06-13Add `rubocop` binstub, simplify configuration (#30407)Matt Jankowski
2024-06-12Update `rubocop-rspec` to version 3.0.1 (#30655)Matt Jankowski
2024-05-15Disable `Style/RedundantFetchBlock` cop (#30207)Matt Jankowski
2024-04-24Disable `Style/HashAsLastArrayItem` cop (#30041)Matt Jankowski
2024-04-19Silence warning about requiring `rubocop-rspec_rails` (#30002)Matt Jankowski
2024-04-15Drop support for Ruby 3.0 (reaching EOL) (#29702)Matt Jankowski
2024-04-02Reduce `LineLength` from 320 to 300 (#29636)Matt Jankowski
2024-04-02Rename cop `RSpec/Rails/HttpStatus` to `RSpecRails/HttpStatus` (#29806)Matt Jankowski
2024-03-26Remove extraneous `Lint/UselessAccessModifier` config (#29749)Matt Jankowski
2024-02-19Re-enable fixed `Style/Semicolon` cop (#29212)Matt Jankowski
2024-02-16Use `abort` instead of `warn(); exit` in boot.rb env check (#29209)Matt Jankowski
2024-02-07Configure `CountAsOne` value for `RSpec/ExampleLength` cop (#29115)Matt Jankowski
2024-01-30Add `redirect_with_vary` to `AllowedMethods` for `Style/FormatStringToken` co...Matt Jankowski
2024-01-26Handle CLI failure exit status at the top-level script (#28322)Matt Jankowski
2024-01-17Fix `Rails/RakeEnvironment` cop (#28782)Matt Jankowski
2024-01-15Disable `Rails/SkipsModelValidations` cop (#28712)Matt Jankowski
2024-01-12Disable `Rails/LexicallyScopedActionFilter` for inherited auth controllers (#...Matt Jankowski
2024-01-05Remove deprecated `RSpec/FilePath` cop (#28601)Matt Jankowski
2024-01-03Solve `Abc/*` metrics for `db/*migrate*` files (#28568)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-15Opt out of `Rails/SkipsModelValidations` cop in db/migrate (#28371)Matt Jankowski
2023-11-06Fix `RSpec/SpecFilePathFormat` cops (#27730)Matt Jankowski
2023-10-31Move json_ld context loaders to `config/initializers` (#27590)Matt Jankowski
2023-10-03Move migration_helpers Rubocop ignore to config (#24236)Nick Schonning
2023-09-28Extract methods for file movement in `CLI::Upgrade` (#25120)Matt Jankowski
2023-07-28Update rubocop rules for linelength (#26190)Matt Jankowski
2023-07-27Use correct naming on controller concern specs (#26197)Matt Jankowski
2023-07-12Run Rubocop on Rakefile (#23871)Nick Schonning
2023-07-12Enable Rubocop Style/Semicolon with config (#23652)Nick Schonning
2023-06-02Consistently use middle dot (·) instead of bullet (•) to separate items (#...Jed Fox
2023-05-31Disable some metrics cops (#25215)Renaud Chaput
2023-05-23Move the mastodon/*_cli files to mastodon/cli/* (#24139)Matt Jankowski
2023-05-23Fix Rails/Exit cop (#24743)Matt Jankowski
2023-05-09Fix wrong documentation link (#24924)eggplants
2023-05-04Enable Rubocop Rails/FilePath (#23854)Nick Schonning
2023-05-02Extract large route namespace blocks to separate files (#23914)Matt Jankowski
2023-05-02Rewrite import feature (#21054)Claire
2023-04-27Drop EOL Ruby 2.7 (#24237)Nick Schonning
2023-03-31Add documentation for Rubocop overrides (#23811)Nick Schonning
2023-03-31Enable Rubocop Metrics/BlockLength with Excludes (#24260)Nick Schonning
2023-03-30Change user settings to be stored in a more optimal way (#23630)Eugen Rochko
2023-03-23Exclude files for Rubocop Metrics/ClassLength (#24213)Nick Schonning
2023-03-17Include config/ and update all rubcop deps (#23963)Nick Schonning
2023-03-16Roll back unintentionally activated rubocop rules (#24132)Matt Jankowski
2023-03-16Regen rubocop-todo without Max shadowing (#24076)Nick Schonning
2023-03-10Enable RSpec/FilePath (#23965)Nick Schonning
2023-03-05Enable Rubocop for app/views (#23874)Nick Schonning