Sha256: e4fbb0f7a1ca9367ba3b3b8effbf1933921a37a8dfe412b8d77e8240aef81492
Contents?: true
Size: 714 Bytes
Versions: 2
Compression:
Stored size: 714 Bytes
Contents
AllCops: TargetRubyVersion: 2.3 Exclude: - bin/**/* - db/**/* - .gemspec/**/* - .bundle/**/* - vendor/**/* - config/**/* - script/**/* - !ruby/regexp /old_and_unused\.rb$/ - !ruby/regexp /polishgeeks-[^\/]{2,}\.rb/ Include: - '**/Rakefile' - '**/config.ru' - lib/tasks/**/*.rake - lib/tasks/**/*.rb - lib/capistrano/**/*.rb - lib/capistrano/**/*.cap AlignParameters: Enabled: false ClassLength: CountComments: false Max: 200 LineLength: Max: 99 MethodLength: CountComments: false Max: 15 Metrics/AbcSize: Max: 25 Style/MultilineOperationIndentation: EnforcedStyle: indented inherit_from: - rubocop_rspec.yml - rubocop_todo.yml
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polishgeeks-dev-tools-1.4.0 | config/rubocop.yml |
polishgeeks-dev-tools-1.3.2 | config/rubocop.yml |