Skip to content
Snippets Groups Projects
  1. May 10, 2020
  2. Dec 02, 2019
  3. Jun 06, 2019
  4. Jun 04, 2019
  5. Mar 28, 2019
  6. Sep 14, 2018
    • Eugen Rochko's avatar
      Move more tasks to tootctl (#8675) · 6a3f9b7e
      Eugen Rochko authored
      * Move more tasks to tootctl
      
      - tootctl feeds build
      - tootctl feeds clear
      - tootctl accounts refresh
      
      Clean up exit codes and help messages
      
      * Move user modifying to tootctl
      
      * Improve user modification through CLI, rename commands
      
      add -> create
      mod -> modify
      del -> delete
      
      To remove ambiguity
      
      * Fix code style issues
      
      * Fix not being able to unset admin/mod role
      Unverified
      6a3f9b7e
  7. Aug 26, 2018
  8. Aug 13, 2018
  9. Jun 04, 2018
  10. Aug 26, 2017
  11. Jul 31, 2017
  12. Jun 08, 2017
  13. Jun 01, 2017
  14. May 25, 2017
    • Matt Jankowski's avatar
      Disable the Rubocop Style/GuardClause cop (#3316) · 62677596
      Matt Jankowski authored
      There are many spots throughout the codebase which are showing as covered by
      specs in the simplecov output -- but which are not actually run, because they
      are on the same line as a guard clause.
      
      I plan on fixing some of these issues, but don't want to keep triggering this
      rubocop style violation.
      
      My preference would be that we use the PR review process to identify places
      where a guard clause might be appropriate, but that we leave this cop turned off
      by default.
      62677596
  15. May 01, 2017
    • yhirano's avatar
      Fix Rubocop offences (#2630) · 3988f2da
      yhirano authored
      * disable Bundler/OrderedGems
      
      * fix rubocop Lint/UselessAssignment
      
      * fix rubocop Style/BlockDelimiters
      
      * fix rubocop Style/AlignHash
      
      * fix rubocop Style/AlignParameters, Style/EachWithObject
      
      * fix rubocop Style/SpaceInLambdaLiteral
      3988f2da
  16. Apr 29, 2017
    • yhirano's avatar
      Downgrade rubocop 0.48.1 => 0.46.0 (#2628) · 8325866c
      yhirano authored
      * downgrade rubocop 0.48.1 => 0.46.0
      
      * exclude vendor/**/* from rubocop target files
      
      * add frozen_string_literal comment line
      
      * fix percent literal delimited by ( and )
      
      * fix alignment
      
      * remove comment disabling unknown cop
      8325866c
  17. Jan 15, 2017
  18. Dec 29, 2016
  19. Nov 15, 2016
  20. Oct 22, 2016
  21. Sep 29, 2016
Loading