Sha256: 2dfbc44df93099afa0563ebbc944e2be751f953fb47dbed335c0e5a8ea5d8a63
Contents?: true
Size: 728 Bytes
Versions: 16
Compression:
Stored size: 728 Bytes
Contents
--- require: - ./lib/gitlab/styles/rubocop # Denies the use of ActiveRecord methods outside of configured # excluded directories # Directories that allow the use of the denied methods. # To start we provide a default configuration that matches # a standard Rails app and enable. # The default configuration can be overridden by # providing your own Exclusion list as follows: # CodeReuse/ActiveRecord: # Enabled: true # Exclude: # - app/models/**/*.rb # - config/**/*.rb # - db/**/*.rb # - lib/tasks/**/*.rb # - spec/**/*.rb # - lib/gitlab/**/*.rb CodeReuse/ActiveRecord: Enabled: true Exclude: - app/models/**/*.rb - config/**/*.rb - db/**/*.rb - lib/tasks/**/*.rb - spec/**/*.rb
Version data entries
16 entries across 16 versions & 1 rubygems