linthis 0.0.7__py3-none-macosx_11_0_arm64.whl → 0.0.8__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: linthis
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Classifier: Development Status :: 3 - Alpha
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -152,15 +152,16 @@ linthis plugin add --global <alias> <git-url>
152
152
 
153
153
  ### Use Plugin
154
154
 
155
+ Plugins are automatically loaded when running linthis. After adding a plugin:
156
+
155
157
  ```bash
156
- # Use plugin configuration for linting and formatting
157
- linthis -p myplugin
158
- linthis --plugin myplugin
158
+ # Plugin configs are auto-loaded
159
+ linthis
159
160
 
160
161
  # Combine with other options
161
- linthis -p myplugin -l python -i src/
162
- linthis --plugin myplugin --check-only
163
- linthis --plugin myplugin --staged
162
+ linthis -l python -i src/
163
+ linthis --check-only
164
+ linthis --staged
164
165
  ```
165
166
 
166
167
  ### Remove Plugin
@@ -188,8 +189,9 @@ linthis plugin list
188
189
  linthis plugin list -g
189
190
  linthis plugin list --global
190
191
 
191
- # Update plugin cache
192
- linthis --plugin-update
192
+ # Sync (update) plugins
193
+ linthis plugin sync # Sync local plugins
194
+ linthis plugin sync --global # Sync global plugins
193
195
 
194
196
  # Initialize new plugin
195
197
  linthis plugin init my-config
@@ -427,7 +429,6 @@ All modifications preserve TOML file format and comments.
427
429
  | ----- | ----------------------- | ---------------------------------------- | ----------------------- |
428
430
  | `-i` | `--include` | Specify files or directories to check | `-i src -i lib` |
429
431
  | `-e` | `--exclude` | Exclude patterns (can be used multiple times) | `-e "*.test.js"` |
430
- | `-p` | `--plugin` | Use plugin (alias or Git URL) | `-p myplugin` |
431
432
  | `-c` | `--check-only` | Check only, no formatting | `-c` |
432
433
  | `-f` | `--format-only` | Format only, no checking | `-f` |
433
434
  | `-s` | `--staged` | Check only Git staged files | `-s` |
@@ -438,9 +439,9 @@ All modifications preserve TOML file format and comments.
438
439
  | | `--config` | Specify config file path | `--config custom.toml` |
439
440
  | | `--init` | Initialize .linthis.toml config file | `--init` |
440
441
  | | `--preset` | Format preset | `--preset google` |
441
- | | `--plugin-update` | Force update plugin cache | `--plugin-update` |
442
442
  | | `--no-default-excludes` | Disable default exclude rules | `--no-default-excludes` |
443
443
  | | `--no-gitignore` | Disable .gitignore rules | `--no-gitignore` |
444
+ | | `--no-plugin` | Skip loading plugins, use default config | `--no-plugin` |
444
445
 
445
446
  ### Plugin Management Subcommands
446
447
 
@@ -695,7 +696,7 @@ git push -u origin main
695
696
 
696
697
  ```bash
697
698
  linthis plugin add company https://github.com/mycompany/linthis-standards.git
698
- linthis --plugin company
699
+ linthis # Plugin configs are auto-loaded
699
700
  ```
700
701
 
701
702
  ## FAQ
@@ -721,7 +722,8 @@ linthis -l python # Only check Python files
721
722
  ### Q: How to update plugins?
722
723
 
723
724
  ```bash
724
- linthis --plugin-update
725
+ linthis plugin sync # Sync local plugins
726
+ linthis plugin sync --global # Sync global plugins
725
727
  ```
726
728
 
727
729
  ### Q: What is the plugin Git reference (ref) used for?
@@ -0,0 +1,4 @@
1
+ linthis-0.0.8.data/scripts/linthis,sha256=46dWcZRfwo3jSEosEYa1lSFvmYmngl0veL4uXIVpoLE,4229728
2
+ linthis-0.0.8.dist-info/METADATA,sha256=8zVm37wCgjwanz-xNsJ0Zx23Cy8BfB8TzVJxbrdAr98,20406
3
+ linthis-0.0.8.dist-info/WHEEL,sha256=yylKWcexKBlaNV_z8iGyahATbhal1pF7thA651eIJss,102
4
+ linthis-0.0.8.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (1.11.2)
2
+ Generator: maturin (1.11.5)
3
3
  Root-Is-Purelib: false
4
4
  Tag: py3-none-macosx_11_0_arm64
@@ -1,4 +0,0 @@
1
- linthis-0.0.7.data/scripts/linthis,sha256=PW_gR7DEp4-xFJtMwoRkbZIRDZnkzN-hrzCaI9wA-xo,3914496
2
- linthis-0.0.7.dist-info/METADATA,sha256=yfnQ5HERBInfY7WfNtGkLK-cjkFqy-dfQm_DRHK6rX0,20366
3
- linthis-0.0.7.dist-info/WHEEL,sha256=mDDsi0mQYDXDQOcIhygpsDi2Btu7DlaI72jI0coh3j8,102
4
- linthis-0.0.7.dist-info/RECORD,,