Sha256: efef7af9999e52b0a7e2f1f95ffd6c64476079aee2cacf5b8d8d8b400c7057cd
Contents?: true
Size: 944 Bytes
Versions: 50
Compression:
Stored size: 944 Bytes
Contents
inherit_from: - .custom_simplycop.yml - .simplycop_metaprogramming.yml - .simplycop_bundler.yml - .simplycop_gemspec.yml - .simplycop_layout.yml - .simplycop_lint.yml - .simplycop_metrics.yml - .simplycop_migration.yml - .simplycop_naming.yml - .simplycop_security.yml - .simplycop_style.yml AllCops: Exclude: - 'db/schema.rb' - 'vendor/**/*' # Cop names are not displayed in offense messages by default. Change behavior # by overriding DisplayCopNames, or by giving the -D/--display-cop-names # option. DisplayCopNames: true # Style guide URLs are not displayed in offense messages by default. Change # behavior by overriding DisplayStyleGuide, or by giving the # -S/--display-style-guide option. DisplayStyleGuide: true UseCache: true MaxFilesInCache: 5000 ExtraDetails: true # Adapted from: https://github.com/simplybusiness/how-we-roll/blob/master/development/RUBYSTYLEGUIDE.markdown
Version data entries
50 entries across 50 versions & 1 rubygems