Remove AppCode section in README.md (#4925)
> AppCode is no longer available as a commercial product as of > December 14, 2022. From https://blog.jetbrains.com/appcode/2022/12/appcode-2022-3-release-and-end-of-sales-and-support/
This commit is contained in:
parent
c241935635
commit
fd4f9afb08
|
@ -239,14 +239,6 @@ Add SwiftLint to a target using the `plugins` parameter.
|
||||||
),
|
),
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### AppCode
|
|
||||||
|
|
||||||
To integrate SwiftLint with AppCode, install
|
|
||||||
[this plugin](https://plugins.jetbrains.com/plugin/9175) and configure
|
|
||||||
SwiftLint's installed path in the plugin's preferences.
|
|
||||||
The `fix` action is available via `⌥⏎`.
|
|
||||||
|
|
||||||
### Visual Studio Code
|
### Visual Studio Code
|
||||||
|
|
||||||
To integrate SwiftLint with [vscode](https://code.visualstudio.com), install the
|
To integrate SwiftLint with [vscode](https://code.visualstudio.com), install the
|
||||||
|
|
Loading…
Reference in New Issue