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.

28 lines
744 B

  1. # This configuration was generated by `rubocop --auto-gen-config`
  2. # on 2015-07-19 14:05:31 -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/RescueException:
  9. Enabled: false
  10. # Offense count: 1
  11. Metrics/AbcSize:
  12. Max: 17
  13. # Offense count: 11
  14. # Configuration parameters: AllowURI, URISchemes.
  15. Metrics/LineLength:
  16. Max: 121
  17. # Offense count: 6
  18. Style/Documentation:
  19. Enabled: false
  20. # Offense count: 1
  21. # Configuration parameters: Exclude.
  22. Style/FileName:
  23. Enabled: false