Skip to content

Commit

Permalink
ignore migration directories in multi database monoliths
Browse files Browse the repository at this point in the history
  • Loading branch information
desheikh committed Mar 21, 2024
1 parent 99eed31 commit 2523785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ws-style (7.4.3)
ws-style (7.4.4)
rubocop-rspec (>= 2.2.0)
rubocop-vendor (>= 0.11)
standard (>= 1.30.1)
Expand Down
2 changes: 1 addition & 1 deletion core.yml
Expand Up @@ -26,7 +26,7 @@ AllCops:
- "bin/**/*"
- "data/**/*"
- "db/data/**/*"
- "db/migrate/**/*"
- "db/*migrate/**/*"
- "db/schema.rb"
- "gemfiles/**/*"
- "log/**/*"
Expand Down
2 changes: 1 addition & 1 deletion lib/ws/style/version.rb
@@ -1,5 +1,5 @@
module Ws
module Style
VERSION = '7.4.3'.freeze
VERSION = '7.4.4'.freeze
end
end

0 comments on commit 2523785

Please sign in to comment.