rumdl 0.0.126__py3-none-macosx_10_12_x86_64.whl → 0.0.128__py3-none-macosx_10_12_x86_64.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.126
3
+ Version: 0.0.128
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -117,6 +117,7 @@ It offers:
117
117
  - [Exit Codes](#exit-codes)
118
118
  - [Usage Examples](#usage-examples)
119
119
  - [Configuration](#configuration)
120
+ - [Configuration Discovery](#configuration-discovery)
120
121
  - [Markdownlint Migration](#markdownlint-migration)
121
122
  - [Configuration File Example](#configuration-file-example)
122
123
  - [Initializing Configuration](#initializing-configuration)
@@ -242,6 +243,9 @@ rumdl check --exclude "node_modules,dist" .
242
243
  # Include only specific files/directories
243
244
  rumdl check --include "docs/*.md,README.md" .
244
245
 
246
+ # Watch mode for continuous linting
247
+ rumdl check --watch docs/
248
+
245
249
  # Combine include and exclude patterns
246
250
  rumdl check --include "docs/**/*.md" --exclude "docs/temp,docs/drafts" .
247
251
 
@@ -360,6 +364,8 @@ Lint Markdown files and print warnings/errors (main subcommand)
360
364
  **Options:**
361
365
 
362
366
  - `-f, --fix`: Automatically fix issues where possible
367
+ - `--diff`: Show diff of what would be fixed instead of fixing files
368
+ - `-w, --watch`: Run in watch mode by re-running whenever files change
363
369
  - `-l, --list-rules`: List all available rules
364
370
  - `-d, --disable <rules>`: Disable specific rules (comma-separated)
365
371
  - `-e, --enable <rules>`: Enable only specific rules (comma-separated)
@@ -499,6 +505,9 @@ rumdl check .
499
505
  rumdl fmt .
500
506
  # Alternative: rumdl check --fix .
501
507
 
508
+ # Preview what would be fixed without modifying files
509
+ rumdl check --diff .
510
+
502
511
  # Create a default configuration file
503
512
  rumdl init
504
513
 
@@ -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.128.data/scripts/rumdl,sha256=d4YuoRWy7Pw4y55C8ZfpK-1XxkPYmoTMDI7VdXGekNk,5694488
5
+ rumdl-0.0.128.dist-info/METADATA,sha256=TUHIfidxJyPBMquJ00LLtyoMDqu5ES1M-q9b8j6-ZPc,25106
6
+ rumdl-0.0.128.dist-info/WHEEL,sha256=FMlpArrDBuf1ZqNVjPzYR8hBKv2S_sJQIgQGVUwJY3g,103
7
+ rumdl-0.0.128.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
+ rumdl-0.0.128.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.126.data/scripts/rumdl,sha256=Qr1gubXE2KY3O8tws5iJlD7x19RTFkq3EmmMVHG6oh8,5662768
5
- rumdl-0.0.126.dist-info/METADATA,sha256=dek8Co_vPLQpU-MvdWCpmBKWIFZRWOyeou9I26cbLA0,24769
6
- rumdl-0.0.126.dist-info/WHEEL,sha256=FMlpArrDBuf1ZqNVjPzYR8hBKv2S_sJQIgQGVUwJY3g,103
7
- rumdl-0.0.126.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
- rumdl-0.0.126.dist-info/RECORD,,