Sha256: c10f82c54b67dd7a79a88e944b8137b3deed46e35a17f9f53d0c9d81340c15c7
Contents?: true
Size: 682 Bytes
Versions: 8
Compression:
Stored size: 682 Bytes
Contents
# 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
8 entries across 8 versions & 1 rubygems