commitfmt-darwin 0.4.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_darwin-0.4.0 → commitfmt_darwin-0.4.1}/PKG-INFO +2 -2
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/README.md +1 -1
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin/commitfmt_amd64 +0 -0
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin/commitfmt_arm64 +0 -0
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin.egg-info/PKG-INFO +2 -2
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/pyproject.toml +1 -1
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin/__init__.py +0 -0
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin.egg-info/SOURCES.txt +0 -0
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin.egg-info/dependency_links.txt +0 -0
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin.egg-info/top_level.txt +0 -0
- {commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt_darwin
|
|
3
|
-
Version: 0.4.
|
|
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
|
|
@@ -180,7 +180,7 @@ full-stop = true
|
|
|
180
180
|
breaking-exclamation = true
|
|
181
181
|
```
|
|
182
182
|
|
|
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/
|
|
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.
|
|
184
184
|
|
|
185
185
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
186
186
|
|
|
@@ -161,7 +161,7 @@ full-stop = true
|
|
|
161
161
|
breaking-exclamation = true
|
|
162
162
|
```
|
|
163
163
|
|
|
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/
|
|
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.
|
|
165
165
|
|
|
166
166
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
167
167
|
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: commitfmt_darwin
|
|
3
|
-
Version: 0.4.
|
|
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
|
|
@@ -180,7 +180,7 @@ full-stop = true
|
|
|
180
180
|
breaking-exclamation = true
|
|
181
181
|
```
|
|
182
182
|
|
|
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/
|
|
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.
|
|
184
184
|
|
|
185
185
|
If there is a problem with an enabled rule and it cannot be automatically fixed, the commit process will be aborted.
|
|
186
186
|
|
|
File without changes
|
|
File without changes
|
{commitfmt_darwin-0.4.0 → commitfmt_darwin-0.4.1}/commitfmt_darwin.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|