Skip to content

Commit

Permalink
Include cops for db/data for data migrations (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarutha authored Nov 19, 2019
1 parent 42361d5 commit 7db493c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ AllCops:
Exclude:
- "bin/**/*"
- "data/**/*"
- "db/**/*"
- "db/migrate/**/*"
- "db/schema.rb"
- "gemfiles/**/*"
- "lib/tasks/circle_0.rake"
- "log/**/*"
Expand Down
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '5.2.4'.freeze
VERSION = '5.2.5'.freeze
end
end

0 comments on commit 7db493c

Please sign in to comment.