git-lint 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.adoc +6 -6
- data/lib/git/lint/identity.rb +1 -1
- metadata +4 -4
- 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: 41ebd28b9de6a2091463ebd909561803347a03806d4766b8f89427654e05f360
|
4
|
+
data.tar.gz: b361484f8086fd3e26a7e56ee7777a95efef5e721df3ea2d5a9b558834a67df2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c94de6e225fa83c24130ed0e8128d9ee9ca9aa9fdc2b5852d2055a637e9e57ab8dc410842a8921fb1b0ca0e6aa6d1570d582fe57d509518d30e41dd7098d5f5
|
7
|
+
data.tar.gz: 474f3f1c1755a9745cf44813ed5ebfea9befe656426d27c2004508a416235378b2cfd7f49358829efb9862224d3faa12d5fad618ddb81fed3532b534910d238e
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
:toclevels: 5
|
3
3
|
:figure-caption!:
|
4
4
|
|
5
|
-
:git_rebase_workflow_link: link:https://www.alchemists.io/articles/
|
5
|
+
:git_rebase_workflow_link: link:https://www.alchemists.io/articles/git_rebase[Git Rebase Workflow]
|
6
6
|
|
7
7
|
= Git Lint
|
8
8
|
|
@@ -14,12 +14,12 @@ image::https://circleci.com/gh/bkuhlmann/git-lint.svg?style=svg[Circle CI Status
|
|
14
14
|
[link=https://travis-ci.org/bkuhlmann/git-lint]
|
15
15
|
image::https://travis-ci.org/bkuhlmann/git-lint.svg?branch=master[Travis CI Status]
|
16
16
|
[link=https://app.netlify.com/sites/git-lint/deploys]
|
17
|
-
image::https://api.netlify.com/api/v1/badges/
|
17
|
+
image::https://api.netlify.com/api/v1/badges/7e23b422-3412-4e7f-b654-65c0417a0b1f/deploy-status[Netlify CI Status]
|
18
18
|
|
19
19
|
A command line interface for linting Git commits. Ensures you maintain a clean, easy to read,
|
20
20
|
debuggable, and maintainable project history.
|
21
21
|
|
22
|
-
*Git Lint is the
|
22
|
+
*Git Lint is the official port of the original Git Cop project that avoids references to violence or
|
23
23
|
violent terminology that might make anyone feel unwelcome. The name change was necessary in order to
|
24
24
|
better support the link:https://blacklivesmatter.com[Black Lives Matter] and
|
25
25
|
link:https://8cantwait.org[Defund Police] movements.*
|
@@ -37,11 +37,11 @@ toc::[]
|
|
37
37
|
== Screencasts
|
38
38
|
|
39
39
|
[link=https://www.alchemists.io/screencasts/git_lint]
|
40
|
-
image::https://www.alchemists.io/images/screencasts/git_lint/cover
|
40
|
+
image::https://www.alchemists.io/images/screencasts/git_lint/cover.svg[Screencast,600,240,role=focal_point]
|
41
41
|
|
42
42
|
== Requirements
|
43
43
|
|
44
|
-
. link:https://www.ruby-lang.org[Ruby
|
44
|
+
. link:https://www.ruby-lang.org[Ruby]
|
45
45
|
|
46
46
|
== Setup
|
47
47
|
|
@@ -849,7 +849,7 @@ worth considering:
|
|
849
849
|
|
850
850
|
=== General
|
851
851
|
|
852
|
-
* Use a {git_rebase_workflow_link} instead of a Git
|
852
|
+
* Use a {git_rebase_workflow_link} instead of a Git Merge Workflow.
|
853
853
|
* Use `git commit --amend` when fixing a previous commit, addressing code review feedback, etc.
|
854
854
|
* Use `git commit --fixup` when fixing an earlier commit, addressing code review feedback, etc., and
|
855
855
|
don't need to modify the original commit message.
|
data/lib/git/lint/identity.rb
CHANGED
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: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
|
29
29
|
QWc=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2020-
|
31
|
+
date: 2020-07-23 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: pastel
|
@@ -106,14 +106,14 @@ dependencies:
|
|
106
106
|
requirements:
|
107
107
|
- - "~>"
|
108
108
|
- !ruby/object:Gem::Version
|
109
|
-
version: '14.
|
109
|
+
version: '14.2'
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
113
113
|
requirements:
|
114
114
|
- - "~>"
|
115
115
|
- !ruby/object:Gem::Version
|
116
|
-
version: '14.
|
116
|
+
version: '14.2'
|
117
117
|
- !ruby/object:Gem::Dependency
|
118
118
|
name: guard-rspec
|
119
119
|
requirement: !ruby/object:Gem::Requirement
|
metadata.gz.sig
CHANGED
Binary file
|