inherit_from: "https://raw.githubusercontent.com/mbriggs/configs/main/dotfiles/rubocop.yml"

AllCops:
  SuggestExtensions: false
  Exclude:
    - 'bin/**/*'
    - 'sorbet/**/*'

Style/GlobalStdStream:
  Enabled: false

Metrics/ClassLength:
  Enabled: false

Lint/BooleanSymbol:
  Enabled: false