A Slack Bot that pulls Pixiv information and posts the full image(s) into Slack, with iOS shortcuts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1018 B

  1. # This configuration was generated by `rubocop --auto-gen-config`
  2. # on 2015-06-19 13:09:29 -0400 using RuboCop version 0.31.0.
  3. # The point is for the user to remove these configuration records
  4. # one by one as the offenses are removed from the code base.
  5. # Note that changes in the inspected code, or installation of new
  6. # versions of RuboCop, may require this file to be generated again.
  7. # Offense count: 1
  8. Lint/HandleExceptions:
  9. Enabled: false
  10. # Offense count: 2
  11. Metrics/AbcSize:
  12. Max: 21
  13. # Offense count: 1
  14. Metrics/CyclomaticComplexity:
  15. Max: 7
  16. # Offense count: 19
  17. # Configuration parameters: AllowURI, URISchemes.
  18. Metrics/LineLength:
  19. Max: 130
  20. # Offense count: 1
  21. # Configuration parameters: CountComments.
  22. Metrics/MethodLength:
  23. Max: 17
  24. # Offense count: 16
  25. Style/Documentation:
  26. Enabled: false
  27. # Offense count: 1
  28. # Configuration parameters: Exclude.
  29. Style/FileName:
  30. Enabled: false
  31. # Offense count: 1
  32. Style/ModuleFunction:
  33. Enabled: false
  34. # Offense count: 1
  35. Style/RescueModifier:
  36. Enabled: false