docs: added missing c# to list of slim removed langs (#1597)

This commit is contained in:
Tomer Figenblat 2021-05-26 23:39:54 +03:00 committed by GitHub
parent 3cb88cd394
commit 27235b3023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,6 +231,7 @@ The slim `github/super-linter:slim-v4` comes with all supported linters but remo
- `dotenv` linters - `dotenv` linters
- `armttk` linters - `armttk` linters
- `pwsh` linters - `pwsh` linters
- `c#` linters
By removing these linters, we were able to bring the image size down by `2gb` and drastically speed up the build and download time. By removing these linters, we were able to bring the image size down by `2gb` and drastically speed up the build and download time.
The behavior will be the same for non-supported languages, and will skip languages at run time. The behavior will be the same for non-supported languages, and will skip languages at run time.
Example usage: Example usage: