rumdl 0.0.88__py3-none-macosx_11_0_arm64.whl → 0.0.89__py3-none-macosx_11_0_arm64.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.

Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.88
3
+ Version: 0.0.89
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -103,7 +103,7 @@ rumdl init
103
103
  rumdl is a high-performance Markdown linter and fixer that helps ensure consistency and best practices in your Markdown files. It offers:
104
104
 
105
105
  - ⚡️ **Built for speed** with Rust
106
- - 🔍 **50+ lint rules** covering common Markdown issues
106
+ - 🔍 **54 lint rules** covering common Markdown issues
107
107
  - 🛠️ **Automatic fixing** with `--fix` for most rules
108
108
  - 📦 **Zero dependencies** - single binary with no runtime requirements
109
109
  - 🔧 **Highly configurable** with TOML-based config files
@@ -235,7 +235,7 @@ When you run `pre-commit install` or `pre-commit run`, pre-commit will automatic
235
235
 
236
236
  ## Rules
237
237
 
238
- rumdl implements over 50 lint rules for Markdown files. Here are some key rule categories:
238
+ rumdl implements 54 lint rules for Markdown files. Here are some key rule categories:
239
239
 
240
240
  | Category | Description | Example Rules |
241
241
  |-----------|-------------|---------------|
@@ -278,6 +278,7 @@ Lint Markdown files and print warnings/errors (main subcommand)
278
278
  - `--respect-gitignore`: Respect .gitignore files when scanning directories (does not apply to explicitly provided paths)
279
279
  - `-v, --verbose`: Show detailed output
280
280
  - `--profile`: Show profiling information
281
+ - `--statistics`: Show rule violation statistics summary
281
282
  - `-q, --quiet`: Quiet mode
282
283
  - `-o, --output <format>`: Output format: `text` (default) or `json`
283
284
  - `--stdin`: Read from stdin instead of files
@@ -394,6 +395,9 @@ echo "# My Heading" | rumdl check --stdin
394
395
  # Get JSON output for integration with other tools
395
396
  rumdl check --output json README.md
396
397
 
398
+ # Show statistics summary of rule violations
399
+ rumdl check --statistics .
400
+
397
401
  # Disable colors in output
398
402
  rumdl check --color never README.md
399
403
 
@@ -0,0 +1,11 @@
1
+ python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
2
+ python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
3
+ python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
4
+ rumdl-0.0.89.data/scripts/benchmark,sha256=cOZZIkfzRUoRc4quUnRJti97kRpPOAlcyDcsX8iD2xs,2348400
5
+ rumdl-0.0.89.data/scripts/file_parallel_benchmark,sha256=e43NYnCGpCo6P3aVkN147JXN7_Epzbsiz6s7DBElGSw,2365920
6
+ rumdl-0.0.89.data/scripts/measure_code_span_performance,sha256=0daGmQFijsmkCMFUOmzP4XmFg_aSgf2UsM6uYmOLeCg,1614608
7
+ rumdl-0.0.89.data/scripts/rumdl,sha256=EgpQGZJTmPIjUeAOwud3PwlsR7G5ziNZx0FHw11Kxt0,4449168
8
+ rumdl-0.0.89.dist-info/METADATA,sha256=XsZ8HR6U7TTlenxEg1yMK4xXYPnWXXOWoJl6pgmlcPE,19918
9
+ rumdl-0.0.89.dist-info/WHEEL,sha256=xXrZFUZdUx5dZHQRUyNYMU2_RR2PioJ5KlyzYJq5nRk,101
10
+ rumdl-0.0.89.dist-info/licenses/LICENSE,sha256=xXY7jFvuEmObzRovm2RZmB7KR1sldVYWZLtcKIqlh3E,1073
11
+ rumdl-0.0.89.dist-info/RECORD,,
Binary file
Binary file
@@ -1,11 +0,0 @@
1
- python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
2
- python/rumdl/__main__.py,sha256=DQ-es4rlJ-iiHUeoTruvZzp-YV6rGShOWZYN4zBx_Iw,1903
3
- python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
4
- rumdl-0.0.88.data/scripts/benchmark,sha256=9VPtfoQfHgKhyi6iP99KRxQ62u02LcNOR5haqjdWcNg,2348368
5
- rumdl-0.0.88.data/scripts/file_parallel_benchmark,sha256=cUIOekE0ka1iKuBTGghZ0_Y7D73nrU2Yi2kbF24UycI,2365840
6
- rumdl-0.0.88.data/scripts/measure_code_span_performance,sha256=Tp38IL4oRVKw_l-hdSdOje16bwp7c7KcqNE-jGQzt5s,1614608
7
- rumdl-0.0.88.data/scripts/rumdl,sha256=3EMeREL05Wzc4fuWrlW5nHqyKKxGIAf2uSjXaGPjwtg,4415904
8
- rumdl-0.0.88.dist-info/METADATA,sha256=eYcgxBZHHHKNaIw21zJ6g-NYojEOHh-V4RyPxjvF3k0,19794
9
- rumdl-0.0.88.dist-info/WHEEL,sha256=xXrZFUZdUx5dZHQRUyNYMU2_RR2PioJ5KlyzYJq5nRk,101
10
- rumdl-0.0.88.dist-info/licenses/LICENSE,sha256=xXY7jFvuEmObzRovm2RZmB7KR1sldVYWZLtcKIqlh3E,1073
11
- rumdl-0.0.88.dist-info/RECORD,,
File without changes