lefthook-linux-arm64 1.13.5 → 2.0.0

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
@@ -22,7 +22,7 @@ A Git hooks manager for Node.js, Ruby, Python and many other types of projects.
22
22
  With **Go** (>= 1.25):
23
23
 
24
24
  ```bash
25
- go install github.com/evilmartians/lefthook@v1.13.5
25
+ go install github.com/evilmartians/lefthook@v2.0.0
26
26
  ```
27
27
 
28
28
  * or as a go tool
@@ -110,7 +110,9 @@ pre-commit:
110
110
  jobs:
111
111
  - name: lint backend
112
112
  glob: "*.rb" # glob filter
113
- exclude: '(^|/)(application|routes)\.rb$' # regexp filter
113
+ exclude:
114
+ - "*/application.rb"
115
+ - "*/routes.rb"
114
116
  run: bundle exec rubocop --force-exclusion {all_files}
115
117
  ```
116
118
 
@@ -275,6 +277,5 @@ Check [examples][examples]
275
277
  [config-run]: https://lefthook.dev/configuration/run.html
276
278
  [config-scripts]: https://lefthook.dev/configuration/Scripts.html
277
279
  [config-tags]: https://lefthook.dev/configuration/tags.html
278
- [config-skip_output]: https://lefthook.dev/configuration/skip_output.html
279
280
  [config-output]: https://lefthook.dev/configuration/output.html
280
281
  [usage-local-config]: https://lefthook.dev/examples/lefthook-local.html
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.13.5",
3
+ "version": "2.0.0",
4
4
  "description": "The Linux ARM 64-bit binary for lefthook, git hooks manager.",
5
5
  "preferUnplugged": false,
6
6
  "repository": {