lefthook-windows-arm64
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "lefthook-windows-arm64", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "The Windows ARM 64-bit binary for lefthook, git hooks manager.", | ||
@@ -5,0 +5,0 @@ "preferUnplugged": false, |
@@ -103,3 +103,3 @@  | ||
glob: "*.rb" # glob filter | ||
exclude: "application.rb|routes.rb" # regexp filter | ||
exclude: '(^|/)(application|routes)\.rb$' # regexp filter | ||
run: bundle exec rubocop --force-exclusion {all_files} | ||
@@ -106,0 +106,0 @@ ``` |
Sorry, the diff of this file is not supported yet
6679248