Skip to content

Commit 1e6ee27

Browse files
committedMar 1, 2021
Exclude generators and migrations from codeclimate
1 parent a656a60 commit 1e6ee27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.codeclimate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ratings:
1414
- "**/*.rb"
1515

1616
exclude_paths:
17+
- db/migrate/*
1718
- db/schema.rb
1819
- spec/**/*
1920
- vendor/**/*
21+
- lib/generators/**/*

0 commit comments

Comments
 (0)
Please sign in to comment.