marcelobarreto/postgrest-rb

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
AllCops:
  SuggestExtensions: false
  Exclude:
    - 'spec/**/*.rb'
    - 'bin/**/*'
Style/Documentation:
  Enabled: false
Style/HashEachMethods:
  Enabled: false
Lint/MissingSuper:
  Enabled: false
Lint/UriEscapeUnescape:
  Enabled: false