Skip to content

Commit 5777b4a

Browse files
committed
adding rubocop, ignoring some files
1 parent 0f99158 commit 5777b4a

File tree

4 files changed

+600
-1
lines changed

4 files changed

+600
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
test.sqlite3
2-
spec/debug.log
2+
spec/dummy/log/
3+
spec/dummy/storage/
34
.DS_Store
45
pkg/
56

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
inherit_from: .rubocop_todo.yml

0 commit comments

Comments
 (0)