Skip to content
Snippets Groups Projects
  1. Feb 05, 2024
  2. Dec 08, 2023
  3. Nov 10, 2023
    • Nao Hashizume's avatar
      Generate RuboCop TODOs · 67344661
      Nao Hashizume authored and Fabio Pitino's avatar Fabio Pitino committed
      Creates todo files for the following RuboCop rules:
      
      * Gemspec/DeprecatedAttributeAssignment
      * Performance/StringInclude
      * Performance/StringReplacement
      * RSpec/NamedSubject
      * RSpec/SpecifyExpected
      * Style/ArgumentsForwarding
      * Style/BlockDelimiters
      * Style/RedundantReturn
      67344661
  4. Oct 19, 2023
  5. Sep 04, 2023
  6. Apr 21, 2023
  7. Feb 16, 2023
  8. Dec 09, 2022
  9. Nov 30, 2022
    • James Fargher's avatar
      Fix backup manager times · 38112c43
      James Fargher authored
      The times in backup manager and its specs were inconsistently using
      local and utc. This caused spec failures at specific times of year
      depending on the local timezone. So here we make sure to use local
      timezone everywhere.
      38112c43
  10. Nov 29, 2022
  11. Nov 28, 2022
  12. Nov 24, 2022
  13. Sep 21, 2022
  14. Jul 15, 2022
    • feistel's avatar
      Remove missing files from rubocop todos · d8c6bff8
      feistel authored
      Rubocop todos contain several fils that have been removed
      and are no longer there.
      This MR cleanups the ymls to remove exclusion of files
      that do not exist.
      
      Previous MRs missed exclude rules without enclosing quotes.
      d8c6bff8
  15. Jun 08, 2022
  16. May 05, 2022
  17. Jan 18, 2022
  18. Dec 01, 2021
    • Peter Leitzen's avatar
      RuboCop: Split `.rubocop_manual_todo.yml` into `.rubocop_todo/**/*.yml` · 141da21f
      Peter Leitzen authored
      This commit moves all RuboCop configuration from the large
      `.rubocop_manual_todo.yml` into smaller more focused files within
      `.rubocop_todo/**/*.yml`.
      
      This step enables us to split `.rubocop_todo.yml` later which is very
      likely needed if we start using `rake rubocop:todo:generate` because it
      will produce a huge `.rubocop_todo.yml` (due to much higher "exclude
      limit").
      Verified
      141da21f
Loading