Skip to content

Commit 876a50e

Browse files
committed
Merge pull request #181 from mynameisrufus/feature/rubocop
Add rubocop to project, delivers #179
2 parents a89d094 + 937b8fe commit 876a50e

File tree

6 files changed

+497
-3
lines changed

6 files changed

+497
-3
lines changed

.rubocop.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
inherit_from: .rubocop_todo.yml
2+
3+
AllCops:
4+
Exclude:
5+
- 'pkg/**/*'

0 commit comments

Comments
 (0)