commitfmt-windows-x64 0.4.0 → 0.4.1
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.
- package/README.md +1 -1
- package/commitfmt.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -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
|
|
package/commitfmt.exe
CHANGED
|
Binary file
|