rumdl 0.0.131__py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl → 0.0.132__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.131.data → rumdl-0.0.132.data}/scripts/rumdl +0 -0
- {rumdl-0.0.131.dist-info → rumdl-0.0.132.dist-info}/METADATA +34 -2
- rumdl-0.0.132.dist-info/RECORD +8 -0
- rumdl-0.0.131.dist-info/RECORD +0 -8
- {rumdl-0.0.131.dist-info → rumdl-0.0.132.dist-info}/WHEEL +0 -0
- {rumdl-0.0.131.dist-info → rumdl-0.0.132.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.132
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -118,6 +118,7 @@ It offers:
|
|
|
118
118
|
- [Usage Examples](#usage-examples)
|
|
119
119
|
- [Configuration](#configuration)
|
|
120
120
|
- [Configuration Discovery](#configuration-discovery)
|
|
121
|
+
- [Global Configuration](#global-configuration)
|
|
121
122
|
- [Markdownlint Migration](#markdownlint-migration)
|
|
122
123
|
- [Configuration File Example](#configuration-file-example)
|
|
123
124
|
- [Initializing Configuration](#initializing-configuration)
|
|
@@ -342,7 +343,7 @@ rumdl implements 54 lint rules for Markdown files. Here are some key rule catego
|
|
|
342
343
|
For a complete list of rules and their descriptions, see our [documentation](https://github.com/rvben/rumdl/blob/main/docs/RULES.md) or run:
|
|
343
344
|
|
|
344
345
|
```bash
|
|
345
|
-
rumdl
|
|
346
|
+
rumdl rule
|
|
346
347
|
```
|
|
347
348
|
|
|
348
349
|
## Command-line Interface
|
|
@@ -577,6 +578,7 @@ The search follows these rules:
|
|
|
577
578
|
- Stops at the first configuration file found
|
|
578
579
|
- Stops searching when it encounters a `.git` directory (project boundary)
|
|
579
580
|
- Maximum traversal depth of 100 directories
|
|
581
|
+
- Falls back to user configuration if no project configuration is found (see Global Configuration below)
|
|
580
582
|
|
|
581
583
|
To disable all configuration discovery and use only built-in defaults, use the `--isolated` flag:
|
|
582
584
|
|
|
@@ -588,6 +590,36 @@ rumdl check .
|
|
|
588
590
|
rumdl check --isolated .
|
|
589
591
|
```
|
|
590
592
|
|
|
593
|
+
### Global Configuration
|
|
594
|
+
|
|
595
|
+
When no project configuration is found, rumdl will check for a user-level configuration file in your platform's standard config directory:
|
|
596
|
+
|
|
597
|
+
**Location:**
|
|
598
|
+
|
|
599
|
+
- **Linux/macOS**: `~/.config/rumdl/` (respects `XDG_CONFIG_HOME` if set)
|
|
600
|
+
- **Windows**: `%APPDATA%\rumdl\`
|
|
601
|
+
|
|
602
|
+
**Files checked (in order):**
|
|
603
|
+
|
|
604
|
+
1. `.rumdl.toml`
|
|
605
|
+
2. `rumdl.toml`
|
|
606
|
+
3. `pyproject.toml` (must contain `[tool.rumdl]` section)
|
|
607
|
+
|
|
608
|
+
This allows you to set personal preferences that apply to all projects without local configuration.
|
|
609
|
+
|
|
610
|
+
**Example:** Create `~/.config/rumdl/rumdl.toml`:
|
|
611
|
+
|
|
612
|
+
```toml
|
|
613
|
+
[global]
|
|
614
|
+
line-length = 100
|
|
615
|
+
disable = ["MD013", "MD041"]
|
|
616
|
+
|
|
617
|
+
[MD007]
|
|
618
|
+
indent = 2
|
|
619
|
+
```
|
|
620
|
+
|
|
621
|
+
**Note:** User configuration is only used when no project configuration exists. Project configurations always take precedence.
|
|
622
|
+
|
|
591
623
|
### Markdownlint Migration
|
|
592
624
|
|
|
593
625
|
rumdl provides seamless compatibility with existing markdownlint configurations:
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
+
python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
3
|
+
python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
rumdl-0.0.132.data/scripts/rumdl,sha256=Obr_N0_E0rV9_viATJMqLrwNoKn0BvPgy9EqxEcN57E,5903000
|
|
5
|
+
rumdl-0.0.132.dist-info/METADATA,sha256=agG7dgrJ7Xw_vFG8rlSm0FYXNC5eVACIMAT4Hrsi4Lw,26037
|
|
6
|
+
rumdl-0.0.132.dist-info/WHEEL,sha256=h7ba1Kvyc7C3xZNzxUI6muwIuWRSbo_BzNsd5YFCWgM,128
|
|
7
|
+
rumdl-0.0.132.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
+
rumdl-0.0.132.dist-info/RECORD,,
|
rumdl-0.0.131.dist-info/RECORD
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
|
|
2
|
-
python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
|
|
3
|
-
python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
rumdl-0.0.131.data/scripts/rumdl,sha256=JkkiDFkfXFnJ-yR0YECo1nDwyxArhPyYGQxXWKtTlao,5888760
|
|
5
|
-
rumdl-0.0.131.dist-info/METADATA,sha256=2h_TMIpSe3BasFkWjsEgDMuO29uL0DLaDCTB0TIZ5bc,25106
|
|
6
|
-
rumdl-0.0.131.dist-info/WHEEL,sha256=h7ba1Kvyc7C3xZNzxUI6muwIuWRSbo_BzNsd5YFCWgM,128
|
|
7
|
-
rumdl-0.0.131.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
-
rumdl-0.0.131.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|