Skip to content
Snippets Groups Projects
  1. Jun 06, 2019
  2. Jun 04, 2019
  3. Mar 28, 2019
  4. 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
  5. Aug 26, 2018
  6. Aug 13, 2018
  7. Jun 04, 2018
  8. Aug 26, 2017
  9. Jul 31, 2017
  10. Jun 08, 2017
  11. Jun 01, 2017
  12. 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
  13. 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
  14. 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
  15. Jan 15, 2017
  16. Dec 29, 2016
  17. Nov 15, 2016
  18. Oct 22, 2016
  19. Sep 29, 2016
Loading