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.

24 lines
697 B

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