rumdl 0.0.158__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.0.160__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.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.
Potentially problematic release.
This version of rumdl might be problematic. Click here for more details.
- {rumdl-0.0.158.data → rumdl-0.0.160.data}/scripts/rumdl +0 -0
- {rumdl-0.0.158.dist-info → rumdl-0.0.160.dist-info}/METADATA +26 -3
- rumdl-0.0.160.dist-info/RECORD +8 -0
- rumdl-0.0.158.dist-info/RECORD +0 -8
- {rumdl-0.0.158.dist-info → rumdl-0.0.160.dist-info}/WHEEL +0 -0
- {rumdl-0.0.158.dist-info → rumdl-0.0.160.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rumdl
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.160
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -95,6 +95,7 @@ It offers:
|
|
|
95
95
|
- [Stdin/Stdout Formatting](#stdinstdout-formatting)
|
|
96
96
|
- [Editor Integration](#editor-integration)
|
|
97
97
|
- [Pre-commit Integration](#pre-commit-integration)
|
|
98
|
+
- [Excluding Files in Pre-commit](#excluding-files-in-pre-commit)
|
|
98
99
|
- [CI/CD Integration](#cicd-integration)
|
|
99
100
|
- [GitHub Actions](#github-actions)
|
|
100
101
|
- [Rules](#rules)
|
|
@@ -114,8 +115,10 @@ It offers:
|
|
|
114
115
|
- [Usage Examples](#usage-examples)
|
|
115
116
|
- [Configuration](#configuration)
|
|
116
117
|
- [Configuration Discovery](#configuration-discovery)
|
|
118
|
+
- [Editor Support (JSON Schema)](#editor-support-json-schema)
|
|
117
119
|
- [Global Configuration](#global-configuration)
|
|
118
120
|
- [Markdownlint Migration](#markdownlint-migration)
|
|
121
|
+
- [Inline Configuration](#inline-configuration)
|
|
119
122
|
- [Configuration File Example](#configuration-file-example)
|
|
120
123
|
- [Initializing Configuration](#initializing-configuration)
|
|
121
124
|
- [Configuration in pyproject.toml](#configuration-in-pyprojecttoml)
|
|
@@ -131,6 +134,7 @@ It offers:
|
|
|
131
134
|
- [Prerequisites](#prerequisites)
|
|
132
135
|
- [Building](#building)
|
|
133
136
|
- [Testing](#testing)
|
|
137
|
+
- [JSON Schema Generation](#json-schema-generation)
|
|
134
138
|
- [License](#license)
|
|
135
139
|
|
|
136
140
|
## Installation
|
|
@@ -357,8 +361,8 @@ This produces annotations that GitHub automatically displays in the PR's "Files
|
|
|
357
361
|
|
|
358
362
|
rumdl implements 54 lint rules for Markdown files. Here are some key rule categories:
|
|
359
363
|
|
|
360
|
-
|
|
|
361
|
-
|
|
364
|
+
| Category | Description | Example Rules |
|
|
365
|
+
| -----------|-------------|--------------- |
|
|
362
366
|
| **Headings** | Proper heading structure and formatting | MD001, MD002, MD003 |
|
|
363
367
|
| **Lists** | Consistent list formatting and structure | MD004, MD005, MD007 |
|
|
364
368
|
| **Whitespace** | Proper spacing and line length | MD009, MD010, MD012 |
|
|
@@ -933,6 +937,25 @@ make build
|
|
|
933
937
|
make test
|
|
934
938
|
```
|
|
935
939
|
|
|
940
|
+
### JSON Schema Generation
|
|
941
|
+
|
|
942
|
+
If you modify the configuration structures in `src/config.rs`, regenerate the JSON schema:
|
|
943
|
+
|
|
944
|
+
```bash
|
|
945
|
+
# Generate/update the schema
|
|
946
|
+
make schema
|
|
947
|
+
# Or: rumdl schema generate
|
|
948
|
+
|
|
949
|
+
# Check if schema is up-to-date (useful in CI)
|
|
950
|
+
make check-schema
|
|
951
|
+
# Or: rumdl schema check
|
|
952
|
+
|
|
953
|
+
# Print schema to stdout
|
|
954
|
+
rumdl schema print
|
|
955
|
+
```
|
|
956
|
+
|
|
957
|
+
The schema is automatically generated from the Rust types using `schemars` and should be kept in sync with the configuration structures.
|
|
958
|
+
|
|
936
959
|
## License
|
|
937
960
|
|
|
938
961
|
rumdl is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
rumdl-0.0.160.data/scripts/rumdl,sha256=wtN0jvTaf8yupkvqLx8thLKchcapb1ros_eBqCyis-U,6281360
|
|
2
|
+
rumdl-0.0.160.dist-info/METADATA,sha256=RbTP5M1fs31nXkxUqg9f40eLpXrIvMIeNyKhR4q-kVo,29507
|
|
3
|
+
rumdl-0.0.160.dist-info/WHEEL,sha256=0zQ0Q4YkuJdzZ4aibnrdHwJaWmMQm95U5Jc7ikpq2yY,128
|
|
4
|
+
rumdl-0.0.160.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
5
|
+
rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
|
|
6
|
+
rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
7
|
+
rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
rumdl-0.0.160.dist-info/RECORD,,
|
rumdl-0.0.158.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
rumdl-0.0.158.data/scripts/rumdl,sha256=ZhIKL8EKHBEEiPh5QkZFmTqwOD1bMhvfxaXc5bLkUAI,6205568
|
|
2
|
-
rumdl-0.0.158.dist-info/METADATA,sha256=gt7CMPddqnxQxW7BJAtQeWMAJ1NCVz6R_iz0WHNruHM,28786
|
|
3
|
-
rumdl-0.0.158.dist-info/WHEEL,sha256=0zQ0Q4YkuJdzZ4aibnrdHwJaWmMQm95U5Jc7ikpq2yY,128
|
|
4
|
-
rumdl-0.0.158.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
5
|
-
rumdl/__init__.py,sha256=Al8fdAo1nixifQiBrXvQtGY-4071FS73uJbLEBAWlYY,267
|
|
6
|
-
rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
7
|
-
rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
rumdl-0.0.158.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|