commitfmt-linux-arm64 0.3.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.
Files changed (3) hide show
  1. package/README.md +2 -5
  2. package/commitfmt +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -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 3 rules as they can be safely auto-fixed:
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/commitfmt_linter/docs/rules.md) file.
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
 
package/commitfmt CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitfmt-linux-arm64",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "Utility for formatting and verifying the commit message.",
5
5
  "preferUnplugged": false,
6
6
  "repository": {