rumdl 0.0.131__py3-none-musllinux_1_2_aarch64.whl → 0.0.134__py3-none-musllinux_1_2_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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.131
3
+ Version: 0.0.134
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 --list-rules
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.134.data/scripts/rumdl,sha256=7s_N-eGLAQr92T8meUUULz6u0XpNWafM3DzFMX023CQ,5395288
5
+ rumdl-0.0.134.dist-info/METADATA,sha256=svEceEG5yv3xGYDxHPKv0U98ND45PXyLUILYQ3ZcLCo,26037
6
+ rumdl-0.0.134.dist-info/WHEEL,sha256=R9voYWsoT2JH_cnrKT2ek3YkpDjFxvqcusFOIXl5uV4,105
7
+ rumdl-0.0.134.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
+ rumdl-0.0.134.dist-info/RECORD,,
@@ -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=6hNpg-NMqc_paZbYLAhBmA9Ch8CGJlKu2fG4HywnTFM,5367168
5
- rumdl-0.0.131.dist-info/METADATA,sha256=2h_TMIpSe3BasFkWjsEgDMuO29uL0DLaDCTB0TIZ5bc,25106
6
- rumdl-0.0.131.dist-info/WHEEL,sha256=R9voYWsoT2JH_cnrKT2ek3YkpDjFxvqcusFOIXl5uV4,105
7
- rumdl-0.0.131.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
- rumdl-0.0.131.dist-info/RECORD,,