commitfmt-linux 0.3.0__py3-none-any.whl → 0.4.1__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.1.dist-info}/METADATA +3 -6
- commitfmt_linux-0.4.1.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.1.dist-info}/WHEEL +0 -0
- {commitfmt_linux-0.3.0.dist-info → commitfmt_linux-0.4.1.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.1
|
|
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,20 +170,17 @@ 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
|
```
|
|
185
182
|
|
|
186
|
-
To enable more rules, create a `commitfmt.toml` or (`.commitfmt.toml`) file in the root of your project. Available lint rules can be found in the [rules.md](https://github.com/mishamyrt/commitfmt/blob/main/crates/
|
|
183
|
+
To enable more rules, create a `commitfmt.toml` or (`.commitfmt.toml`) file in the root of your project. Available lint rules can be found in the [rules.md](https://github.com/mishamyrt/commitfmt/blob/main/crates/commitfmt-linter/docs/rules.md) file.
|
|
187
184
|
|
|
188
185
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
189
186
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
commitfmt_linux/__init__.py,sha256=N5cpNKEYYrVRlEGVenMAfJyE80zm2znA33zwxjuo0e0,25
|
|
2
|
+
commitfmt_linux-0.4.1.dist-info/METADATA,sha256=1ZbTci8HwBeBj6-kV4c5Nf48vnDBizQJwFrjJvhrTsw,8955
|
|
3
|
+
commitfmt_linux-0.4.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
4
|
+
commitfmt_linux-0.4.1.dist-info/top_level.txt,sha256=KwB-TV2AfS1HLrHQ_it0d9NqEFJv8rKLW0B-x_vRFio,16
|
|
5
|
+
commitfmt_linux-0.4.1.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
|