lefthook-linux-arm64 1.5.2 → 1.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -100,7 +100,7 @@ pre-commit:
100
100
  commands:
101
101
  backend-linter:
102
102
  glob: "*.rb" # glob filter
103
- exclude: "application.rb|routes.rb" # regexp filter
103
+ exclude: '(^|/)(application|routes)\.rb$' # regexp filter
104
104
  run: bundle exec rubocop --force-exclusion {all_files}
105
105
  ```
106
106
 
package/bin/lefthook CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lefthook-linux-arm64",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
5
5
  "preferUnplugged": false,
6
6
  "repository": "https://github.com/evilmartians/lefthook",