Sha256: 66dd73987d0e7af849604ffdb05748560c82b32fd81ef9754ebba73adc5f80fb
Contents?: true
Size: 675 Bytes
Versions: 3
Compression:
Stored size: 675 Bytes
Contents
# Configuration for InternalAffairs cops. This file will be # automatically loaded when `rubocop/cop/internal_affairs` is required. # Only do this when developing custom cops or a RuboCop extension. InternalAffairs/CopDescription: Include: - 'lib/rubocop/cop/**/*.rb' InternalAffairs/ExampleHeredocDelimiter: Include: - 'spec/rubocop/cop/**/*.rb' InternalAffairs/ExampleDescription: Include: - 'spec/rubocop/cop/**/*.rb' InternalAffairs/OnSendWithoutOnCSend: Include: - 'lib/rubocop/cop/**/*.rb' InternalAffairs/UndefinedConfig: Include: - 'lib/rubocop/cop/**/*.rb' InternalAffairs/UselessMessageAssertion: Include: - '**/*_spec.rb'
Version data entries
3 entries across 3 versions & 2 rubygems