rumdl 0.0.121__py3-none-win_amd64.whl → 0.0.122__py3-none-win_amd64.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.121
3
+ Version: 0.0.122
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -96,6 +96,8 @@ It offers:
96
96
  - [VS Code Extension](#vs-code-extension)
97
97
  - [Usage](#usage)
98
98
  - [Pre-commit Integration](#pre-commit-integration)
99
+ - [CI/CD Integration](#cicd-integration)
100
+ - [GitHub Actions](#github-actions)
99
101
  - [Rules](#rules)
100
102
  - [Command-line Interface](#command-line-interface)
101
103
  - [Commands](#commands)
@@ -270,6 +272,19 @@ repos:
270
272
 
271
273
  When you run `pre-commit install` or `pre-commit run`, pre-commit will automatically install `rumdl` in an isolated Python environment using pip. You do **not** need to install rumdl manually.
272
274
 
275
+ ## CI/CD Integration
276
+
277
+ ### GitHub Actions
278
+
279
+ rumdl can output annotations directly in GitHub Actions format, making issues appear inline in pull requests:
280
+
281
+ ```yaml
282
+ - name: Lint Markdown
283
+ run: rumdl check --output-format github .
284
+ ```
285
+
286
+ This produces annotations that GitHub automatically displays in the PR's "Files changed" tab. Supports error/warning severity levels and precise issue locations.
287
+
273
288
  ## Rules
274
289
 
275
290
  rumdl implements 54 lint rules for Markdown files. Here are some key rule categories:
@@ -0,0 +1,8 @@
1
+ python/rumdl/__init__.py,sha256=oHcESVopbLsh5hnNa4Z1iLIS-Bi9ai_Bzc5mLuibiUY,95
2
+ python/rumdl/__main__.py,sha256=RxsYpDd-aeZy4s0ziGvSMq3n39kPYPfFgHeNd9dAapM,1936
3
+ python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ rumdl-0.0.122.data/scripts/rumdl.exe,sha256=yMlGJJz0Q6Pf8MaFAvPO522w20_yntT1YcNE-iixTXE,6657024
5
+ rumdl-0.0.122.dist-info/METADATA,sha256=z3V_3Du3Jr23BphkHCtpX8OmWib_lueJzvUjxK0X0vA,22608
6
+ rumdl-0.0.122.dist-info/WHEEL,sha256=xova6cbuml1qEAM4WoLTi_2pkr7ezKmV0WtgWCVs8RQ,93
7
+ rumdl-0.0.122.dist-info/licenses/LICENSE,sha256=DbLW8usrvOQqqbNIe3jV76cZ-6LlxbDHy_K_ElIm5ws,1100
8
+ rumdl-0.0.122.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- python/rumdl/__init__.py,sha256=oHcESVopbLsh5hnNa4Z1iLIS-Bi9ai_Bzc5mLuibiUY,95
2
- python/rumdl/__main__.py,sha256=RxsYpDd-aeZy4s0ziGvSMq3n39kPYPfFgHeNd9dAapM,1936
3
- python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- rumdl-0.0.121.data/scripts/rumdl.exe,sha256=aidEXyMr84fClAzNmtriso51zQwdBfAyLs2UsAyTx5w,6654976
5
- rumdl-0.0.121.dist-info/METADATA,sha256=6ZuQpheEbp4AoScq5u8OrV6GvjBKQGNUvttDFhEO7_Y,22115
6
- rumdl-0.0.121.dist-info/WHEEL,sha256=xova6cbuml1qEAM4WoLTi_2pkr7ezKmV0WtgWCVs8RQ,93
7
- rumdl-0.0.121.dist-info/licenses/LICENSE,sha256=DbLW8usrvOQqqbNIe3jV76cZ-6LlxbDHy_K_ElIm5ws,1100
8
- rumdl-0.0.121.dist-info/RECORD,,