commitfmt-linux 0.3.0__py3-none-any.whl → 0.4.0__py3-none-any.whl
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.
- {commitfmt_linux-0.3.0.dist-info → commitfmt_linux-0.4.0.dist-info}/METADATA +2 -5
- commitfmt_linux-0.4.0.dist-info/RECORD +5 -0
- commitfmt_linux-0.3.0.dist-info/RECORD +0 -5
- {commitfmt_linux-0.3.0.dist-info → commitfmt_linux-0.4.0.dist-info}/WHEEL +0 -0
- {commitfmt_linux-0.3.0.dist-info → commitfmt_linux-0.4.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt_linux
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
4
4
|
Summary: Utility for formatting and verifying the commit message.
|
|
5
5
|
Author-email: Mikhael Khrustik <misha@myrt.co>
|
|
6
6
|
License: MIT
|
|
@@ -170,15 +170,12 @@ It is an opinionated formatter and the author has established best practices tha
|
|
|
170
170
|
|
|
171
171
|
### Linting
|
|
172
172
|
|
|
173
|
-
Most of the linting rules are disabled by default. Default config contains
|
|
173
|
+
Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
|
|
174
174
|
|
|
175
175
|
```toml
|
|
176
176
|
[lint.header]
|
|
177
177
|
full-stop = true
|
|
178
178
|
|
|
179
|
-
[lint.body]
|
|
180
|
-
new-line = true
|
|
181
|
-
|
|
182
179
|
[lint.footer]
|
|
183
180
|
breaking-exclamation = true
|
|
184
181
|
```
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
commitfmt_linux/__init__.py,sha256=N5cpNKEYYrVRlEGVenMAfJyE80zm2znA33zwxjuo0e0,25
|
|
2
|
+
commitfmt_linux-0.4.0.dist-info/METADATA,sha256=k20XGwqoo0K213Lhy59-jC67Ie5Pp8WjoskzbI6NRjs,8955
|
|
3
|
+
commitfmt_linux-0.4.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
+
commitfmt_linux-0.4.0.dist-info/top_level.txt,sha256=KwB-TV2AfS1HLrHQ_it0d9NqEFJv8rKLW0B-x_vRFio,16
|
|
5
|
+
commitfmt_linux-0.4.0.dist-info/RECORD,,
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
commitfmt_linux/__init__.py,sha256=N5cpNKEYYrVRlEGVenMAfJyE80zm2znA33zwxjuo0e0,25
|
|
2
|
-
commitfmt_linux-0.3.0.dist-info/METADATA,sha256=dCHzANJfumIq9k-vHx6TLtEolcKm7QJ4tkMHsJkv768,8984
|
|
3
|
-
commitfmt_linux-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
-
commitfmt_linux-0.3.0.dist-info/top_level.txt,sha256=KwB-TV2AfS1HLrHQ_it0d9NqEFJv8rKLW0B-x_vRFio,16
|
|
5
|
-
commitfmt_linux-0.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|