commitfmt 0.3.0__tar.gz → 0.4.1__tar.gz
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-0.3.0 → commitfmt-0.4.1}/PKG-INFO +3 -6
- {commitfmt-0.3.0 → commitfmt-0.4.1}/README.md +2 -5
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt.egg-info/PKG-INFO +3 -6
- {commitfmt-0.3.0 → commitfmt-0.4.1}/pyproject.toml +1 -1
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt/__init__.py +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt/__main__.py +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt/commitfmt.py +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt.egg-info/SOURCES.txt +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt.egg-info/dependency_links.txt +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt.egg-info/entry_points.txt +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt.egg-info/requires.txt +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/commitfmt.egg-info/top_level.txt +0 -0
- {commitfmt-0.3.0 → commitfmt-0.4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt
|
|
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
|
|
@@ -174,20 +174,17 @@ It is an opinionated formatter and the author has established best practices tha
|
|
|
174
174
|
|
|
175
175
|
### Linting
|
|
176
176
|
|
|
177
|
-
Most of the linting rules are disabled by default. Default config contains
|
|
177
|
+
Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
|
|
178
178
|
|
|
179
179
|
```toml
|
|
180
180
|
[lint.header]
|
|
181
181
|
full-stop = true
|
|
182
182
|
|
|
183
|
-
[lint.body]
|
|
184
|
-
new-line = true
|
|
185
|
-
|
|
186
183
|
[lint.footer]
|
|
187
184
|
breaking-exclamation = true
|
|
188
185
|
```
|
|
189
186
|
|
|
190
|
-
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/
|
|
187
|
+
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.
|
|
191
188
|
|
|
192
189
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
193
190
|
|
|
@@ -151,20 +151,17 @@ It is an opinionated formatter and the author has established best practices tha
|
|
|
151
151
|
|
|
152
152
|
### Linting
|
|
153
153
|
|
|
154
|
-
Most of the linting rules are disabled by default. Default config contains
|
|
154
|
+
Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
|
|
155
155
|
|
|
156
156
|
```toml
|
|
157
157
|
[lint.header]
|
|
158
158
|
full-stop = true
|
|
159
159
|
|
|
160
|
-
[lint.body]
|
|
161
|
-
new-line = true
|
|
162
|
-
|
|
163
160
|
[lint.footer]
|
|
164
161
|
breaking-exclamation = true
|
|
165
162
|
```
|
|
166
163
|
|
|
167
|
-
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/
|
|
164
|
+
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.
|
|
168
165
|
|
|
169
166
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
170
167
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt
|
|
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
|
|
@@ -174,20 +174,17 @@ It is an opinionated formatter and the author has established best practices tha
|
|
|
174
174
|
|
|
175
175
|
### Linting
|
|
176
176
|
|
|
177
|
-
Most of the linting rules are disabled by default. Default config contains
|
|
177
|
+
Most of the linting rules are disabled by default. Default config contains 2 rules as they can be safely auto-fixed:
|
|
178
178
|
|
|
179
179
|
```toml
|
|
180
180
|
[lint.header]
|
|
181
181
|
full-stop = true
|
|
182
182
|
|
|
183
|
-
[lint.body]
|
|
184
|
-
new-line = true
|
|
185
|
-
|
|
186
183
|
[lint.footer]
|
|
187
184
|
breaking-exclamation = true
|
|
188
185
|
```
|
|
189
186
|
|
|
190
|
-
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/
|
|
187
|
+
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.
|
|
191
188
|
|
|
192
189
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
193
190
|
|
|
@@ -4,7 +4,7 @@ authors = [
|
|
|
4
4
|
{name = "Mikhael Khrustik", email = "misha@myrt.co"},
|
|
5
5
|
]
|
|
6
6
|
description = "Utility for formatting and verifying the commit message."
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.4.1"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
requires-python = ">=3.9"
|
|
10
10
|
keywords = ["git", "hook"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|