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
1.0 KiB

9 years ago
  1. # This configuration was generated by `rubocop --auto-gen-config`
  2. # on 2015-09-23 08:45:19 -0400 using RuboCop version 0.32.1.
  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: 1
  11. Lint/UselessAccessModifier:
  12. Enabled: false
  13. # Offense count: 4
  14. Metrics/AbcSize:
  15. Max: 23
  16. # Offense count: 1
  17. Metrics/CyclomaticComplexity:
  18. Max: 7
  19. # Offense count: 85
  20. # Configuration parameters: AllowURI, URISchemes.
  21. Metrics/LineLength:
  22. Max: 142
  23. # Offense count: 4
  24. # Configuration parameters: CountComments.
  25. Metrics/MethodLength:
  26. Max: 21
  27. # Offense count: 15
  28. Style/Documentation:
  29. Enabled: false
  30. # Offense count: 1
  31. # Configuration parameters: Exclude.
  32. Style/FileName:
  33. Enabled: false
  34. # Offense count: 1
  35. Style/ModuleFunction:
  36. Enabled: false