git-lint 9.1.0 → 9.2.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.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +4 -6
- data/git-lint.gemspec +2 -2
- data.tar.gz.sig +0 -0
- metadata +17 -18
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3847778fa583e28df3f887b4652fd1d5e392a3e289a5040fdd62ec2b0688bc00
|
4
|
+
data.tar.gz: 2b20043cbb0943188cb5151504a3097d1a7b4ff248ffe80ccd9646910cc68f9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78e9041404b010ad49ff32c20efcae0ae18df3e7b87588fff7ae9ee096a4a7587e40b250915cf64252949d4e18821321081d33aa0d6148a6202a12d7b71c2e05
|
7
|
+
data.tar.gz: 19b37e3372913c6419a2a1c8dfd48b56d13780464ce4af30f22dc09ae1d27e85a7f53fbab5070b4365a90202077408980b78ff3ff0968dbc4477ce6c09a1da87
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -1089,13 +1089,11 @@ Tracker: ACME Issues
|
|
1089
1089
|
==== Default Branch
|
1090
1090
|
|
1091
1091
|
Your default branch configuration is respected no matter if it is set globally or locally. If the
|
1092
|
-
default branch is _not set_ then Git Lint will fall back to `
|
1093
|
-
When the next major version is released, the default branch fallback will change from `master` to
|
1094
|
-
`main`. You can set your default branch at any time by running the following from the command line:
|
1092
|
+
default branch is _not set_ then Git Lint will fall back to `main`. You can set your default branch at any time by running the following from the command line:
|
1095
1093
|
|
1096
1094
|
[source,bash]
|
1097
1095
|
----
|
1098
|
-
git config
|
1096
|
+
git config set init.defaultBranch main
|
1099
1097
|
----
|
1100
1098
|
|
1101
1099
|
💡 When setting your default branch, ensure you use a consistent Git configuration across all of
|
@@ -1338,7 +1336,7 @@ configuration disabled.
|
|
1338
1336
|
|
1339
1337
|
=== Tags
|
1340
1338
|
|
1341
|
-
* Use tags to denote link:https://alchemists.io/
|
1339
|
+
* Use tags to denote link:https://alchemists.io/articles/milestones[milestones]:
|
1342
1340
|
** Makes it easier to record milestones and capture associated release notes.
|
1343
1341
|
** Makes it easier to compare differences between versions.
|
1344
1342
|
** Provides a starting point for debugging production issues (if any).
|
@@ -1356,7 +1354,7 @@ configuration disabled.
|
|
1356
1354
|
* Use hooks globally rather than locally per project. Doing this applies the same functionality
|
1357
1355
|
across all projects automatically, reduces maintenance per project, and provides consistency
|
1358
1356
|
across all projects. This can best be managed via your
|
1359
|
-
link:https://github.com/bkuhlmann/dotfiles/tree/main/
|
1357
|
+
link:https://github.com/bkuhlmann/dotfiles/tree/main/lib/templates/.config/git/hooks[Dotfiles].
|
1360
1358
|
* Avoid forcing global or local project hooks as a team-wide mandate. Hooks are a personal tool much
|
1361
1359
|
like editors or other tools one choose to do their work. For team consistency, use a continuous
|
1362
1360
|
integration build server instead.
|
data/git-lint.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "git-lint"
|
5
|
-
spec.version = "9.
|
5
|
+
spec.version = "9.2.0"
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
8
8
|
spec.homepage = "https://alchemists.io/projects/git-lint"
|
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
|
|
26
26
|
spec.add_dependency "cogger", "~> 1.0"
|
27
27
|
spec.add_dependency "containable", "~> 1.1"
|
28
28
|
spec.add_dependency "core", "~> 2.0"
|
29
|
-
spec.add_dependency "dry-monads", "~> 1.
|
29
|
+
spec.add_dependency "dry-monads", "~> 1.8"
|
30
30
|
spec.add_dependency "dry-schema", "~> 1.13"
|
31
31
|
spec.add_dependency "etcher", "~> 3.0"
|
32
32
|
spec.add_dependency "gitt", "~> 4.1"
|
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-lint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.
|
4
|
+
version: 9.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -9,9 +9,9 @@ bindir: exe
|
|
9
9
|
cert_chain:
|
10
10
|
- |
|
11
11
|
-----BEGIN CERTIFICATE-----
|
12
|
-
|
12
|
+
MIIENjCCAp6gAwIBAgIBAjANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
13
13
|
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
14
|
-
|
14
|
+
aW8wHhcNMjUwMzIyMTQ1NDE3WhcNMjYwMzIyMTQ1NDE3WjBBMQ8wDQYDVQQDDAZi
|
15
15
|
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
16
16
|
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
17
17
|
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
@@ -21,20 +21,19 @@ cert_chain:
|
|
21
21
|
QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
|
22
22
|
hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
|
23
23
|
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
24
|
-
Ywr1gd2ZME4QLSo+EXUtLxDUa/
|
24
|
+
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaM5MDcw
|
25
25
|
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
26
|
+
F5wykJEVMA0GCSqGSIb3DQEBCwUAA4IBgQBlzRfyAYx/fCFjizS0Npxw4+4T3aYL
|
27
|
+
hbXoDqQRWjxuhFZcXUymhz3r8/Ltyri9lSof8grzB+8/+mrMVms7Gwt5qolk6zdn
|
28
|
+
FkySGy/jmpN12ldOHFbBEnyVBZNBvOBVb8zkkw8PhiHdBdXOUm4Jy39yJvBLfjcC
|
29
|
+
iM1aeWPmgPy1GbvZU+leRGZLt6dRIR9oCDXcWLRjha8xLMoz6Yn9fJBYexBA3iEz
|
30
|
+
h5S7pn4AX/JhVRiSyl8pAy4jEKydpyQrliH3gHkpNmUS/XDczP+9xX1bAB4BvqL2
|
31
|
+
NCxMcQ+hiJNqCKpPgHxaOOHZfIxV33logIuPEQ8NryHAwZ9ZWnwtYDE8kQGGKskI
|
32
|
+
Kkm6QT474hZl7MpwiJjWgW313CR7jUEekQahX1QxCxHPI7LSrKpno0plH3uWIOQp
|
33
|
+
KUlkb9uyACBgyRO52ZHiDVI8YvtU5O/j9pSes9/3XgvBeC1onx4qWp+uRX7eVsYS
|
34
|
+
GiijocTc3enZVrXERetaXj8/9XWs3fB3HWY=
|
36
35
|
-----END CERTIFICATE-----
|
37
|
-
date: 2025-
|
36
|
+
date: 2025-03-22 00:00:00.000000000 Z
|
38
37
|
dependencies:
|
39
38
|
- !ruby/object:Gem::Dependency
|
40
39
|
name: cogger
|
@@ -84,14 +83,14 @@ dependencies:
|
|
84
83
|
requirements:
|
85
84
|
- - "~>"
|
86
85
|
- !ruby/object:Gem::Version
|
87
|
-
version: '1.
|
86
|
+
version: '1.8'
|
88
87
|
type: :runtime
|
89
88
|
prerelease: false
|
90
89
|
version_requirements: !ruby/object:Gem::Requirement
|
91
90
|
requirements:
|
92
91
|
- - "~>"
|
93
92
|
- !ruby/object:Gem::Version
|
94
|
-
version: '1.
|
93
|
+
version: '1.8'
|
95
94
|
- !ruby/object:Gem::Dependency
|
96
95
|
name: dry-schema
|
97
96
|
requirement: !ruby/object:Gem::Requirement
|
@@ -342,7 +341,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
342
341
|
- !ruby/object:Gem::Version
|
343
342
|
version: '0'
|
344
343
|
requirements: []
|
345
|
-
rubygems_version: 3.6.
|
344
|
+
rubygems_version: 3.6.6
|
346
345
|
specification_version: 4
|
347
346
|
summary: A command line interface for linting Git commits.
|
348
347
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|