Skip to content

Commit 1bfb333

Browse files
committed
Add rubocop.yml
1 parent bb9b3bb commit 1bfb333

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.rubocop.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# This configuration was generated by
2+
# `rubocop --auto-gen-config`
3+
# on 2019-03-10 21:22:51 +0100 using RuboCop version 0.62.0.
4+
# The point is for the user to remove these configuration records
5+
# one by one as the offenses are removed from the code base.
6+
# Note that changes in the inspected code, or installation of new
7+
# versions of RuboCop, may require this file to be generated again.
8+
9+
# Offense count: 6
10+
Style/Documentation:
11+
Exclude:
12+
- 'spec/**/*'
13+
- 'test/**/*'
14+
- 'distribution.rb'
15+
- 'export_date_range.rb'
16+
- 'holiday_client.rb'
17+
- 'output_generator.rb'
18+
- 'random_csv.rb'
19+
20+
# Offense count: 1
21+
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
22+
# URISchemes: http, https
23+
Metrics/LineLength:
24+
Max: 80
25+
Exclude:
26+
- 'spec/spec_helper.rb'

0 commit comments

Comments
 (0)