File tree 1 file changed +0
-50
lines changed
1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -805,56 +805,6 @@ Rules to disable by default. See [the documentation](https://docs.astral.sh/ruff
805
805
}
806
806
```
807
807
808
- ### ` extendIgnore `
809
-
810
- Rules to disable in addition to those in [ ` lint.ignore ` ] ( #ignore ) .
811
-
812
- ** Default value** : ` null `
813
-
814
- ** Type** : ` string[] `
815
-
816
- ** Example usage** :
817
-
818
- === "VS Code"
819
-
820
- ```json
821
- {
822
- "ruff.lint.extendIgnore": ["W1"]
823
- }
824
- ```
825
-
826
- === "Neovim"
827
-
828
- ```lua
829
- require('lspconfig').ruff.setup {
830
- init_options = {
831
- settings = {
832
- lint = {
833
- extendIgnore = {"W1"}
834
- }
835
- }
836
- }
837
- }
838
- ```
839
-
840
- === "Zed"
841
-
842
- ```json
843
- {
844
- "lsp": {
845
- "ruff": {
846
- "initialization_options": {
847
- "settings": {
848
- "lint": {
849
- "extendIgnore": ["W1"]
850
- }
851
- }
852
- }
853
- }
854
- }
855
- }
856
- ```
857
-
858
808
## ` format `
859
809
860
810
Settings specific to the Ruff formatter.
You can’t perform that action at this time.
0 commit comments