@evilmartians/lefthook-installer
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "@evilmartians/lefthook-installer", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Simple git hooks manager", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -103,3 +103,3 @@ ![Build Status](https://github.com/evilmartians/lefthook/actions/workflows/test.yml/badge.svg?branch=master) | ||
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 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10702