rumdl 0.0.85__py3-none-win_amd64.whl → 0.0.87__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.85
3
+ Version: 0.0.87
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -58,6 +58,7 @@ Project-URL: Repository, https://github.com/rvben/rumdl.git
58
58
  - [Using Cargo (Rust)](#using-cargo-rust)
59
59
  - [Using pip (Python)](#using-pip-python)
60
60
  - [Download binary](#download-binary)
61
+ - [VS Code Extension](#vs-code-extension)
61
62
  - [Usage](#usage)
62
63
  - [Pre-commit Integration](#pre-commit-integration)
63
64
  - [Rules](#rules)
@@ -137,6 +138,30 @@ Invoke-WebRequest -Uri "https://github.com/rvben/rumdl/releases/latest/download/
137
138
  Expand-Archive -Path "rumdl.zip" -DestinationPath "$env:USERPROFILE\.rumdl"
138
139
  ```
139
140
 
141
+ ### VS Code Extension
142
+
143
+ For the best development experience, install the rumdl VS Code extension directly from the command line:
144
+
145
+ ```bash
146
+ # Install the VS Code extension
147
+ rumdl vscode
148
+
149
+ # Check if the extension is installed
150
+ rumdl vscode --status
151
+
152
+ # Force reinstall the extension
153
+ rumdl vscode --force
154
+ ```
155
+
156
+ The extension provides:
157
+ - 🔍 Real-time linting as you type
158
+ - 💡 Quick fixes for common issues
159
+ - 🎨 Code formatting on save
160
+ - 📋 Hover tooltips with rule documentation
161
+ - ⚡ Lightning-fast performance with zero lag
162
+
163
+ The CLI will automatically detect VS Code, Cursor, or Windsurf and install the appropriate extension. See the [VS Code extension documentation](https://github.com/rvben/rumdl/blob/main/docs/vscode-extension.md) for more details.
164
+
140
165
  ## Usage
141
166
 
142
167
  Getting started with rumdl is simple:
@@ -303,6 +328,14 @@ Start the Language Server Protocol server for editor integration
303
328
  - `--stdio`: Use stdio for communication (default)
304
329
  - `-v, --verbose`: Enable verbose logging
305
330
 
331
+ #### `vscode [OPTIONS]`
332
+
333
+ Install the rumdl VS Code extension
334
+
335
+ **Options:**
336
+ - `--force`: Force reinstall even if already installed
337
+ - `--status`: Show installation status without installing
338
+
306
339
  #### `version`
307
340
 
308
341
  Show version information
@@ -0,0 +1,7 @@
1
+ python/rumdl/__init__.py,sha256=oHcESVopbLsh5hnNa4Z1iLIS-Bi9ai_Bzc5mLuibiUY,95
2
+ python/rumdl/__main__.py,sha256=xlCbPU2Q4ZrlTc3Aeg0d0EFxqfA4QILeVnKckqeMqDQ,1959
3
+ python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
4
+ rumdl-0.0.87.data/scripts/rumdl.exe,sha256=FV7DMFxxIjCKY88zda4M-Aqcnf0xOsaVC9l-kXMAzNY,10156032
5
+ rumdl-0.0.87.dist-info/METADATA,sha256=eGpy5VxBqcoAzEot9I5bB7kjgiHGEBHFgToSIytojuc,20406
6
+ rumdl-0.0.87.dist-info/WHEEL,sha256=otkNWQo5-3v8ZzaSqBicFgqaRvPB-IMXst8ik5MzIfo,93
7
+ rumdl-0.0.87.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- python/rumdl/__init__.py,sha256=oHcESVopbLsh5hnNa4Z1iLIS-Bi9ai_Bzc5mLuibiUY,95
2
- python/rumdl/__main__.py,sha256=xlCbPU2Q4ZrlTc3Aeg0d0EFxqfA4QILeVnKckqeMqDQ,1959
3
- python/rumdl/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
4
- rumdl-0.0.85.data/scripts/rumdl.exe,sha256=NhqiO_6cu5_I8t3Ayax7sKgMesc_9z9QSlnVicLOI3E,10021376
5
- rumdl-0.0.85.dist-info/METADATA,sha256=pr6562ZVgZEDxvhs4yrv7dAyd5d95_ucSJVPcLkK9fo,19383
6
- rumdl-0.0.85.dist-info/WHEEL,sha256=otkNWQo5-3v8ZzaSqBicFgqaRvPB-IMXst8ik5MzIfo,93
7
- rumdl-0.0.85.dist-info/RECORD,,
File without changes