Skip to content

Commit 13adda5

Browse files
committed
Merge pull request #1197 from projectblacklight/tidy-code
Tidy code
2 parents 2a35746 + d9e94b5 commit 13adda5

37 files changed

+1426
-71
lines changed

.rubocop.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
inherit_from:
2+
- .rubocop_hound.yml
3+
- .rubocop_todo.yml
4+
5+
AllCops:
6+
Exclude:
7+
- "lib/generators/blacklight/templates/**/*"
8+
- "spec/**/*"
9+
RunRailsCops: true
10+
11+
Metrics/LineLength:
12+
Enabled: false
13+
14+
# Offense count: 61
15+
Metrics/AbcSize:
16+
Max: 59

0 commit comments

Comments
 (0)