Skip to content

Instantly share code, notes, and snippets.

@baxang
Created January 6, 2015 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save baxang/574112c13ff111ccfff1 to your computer and use it in GitHub Desktop.
Save baxang/574112c13ff111ccfff1 to your computer and use it in GitHub Desktop.
Hound CI configs
ruby:
enabled: true
config_file: config/.rubocop.yml
Style/StringLiterals:
Enabled: false
Style/StringLiteralsInInterpolation:
Enabled: false
Metrics/LineLength:
Max: 120
AllowURI: true
URISchemes:
- http
- https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment