Visual Basic .NET
Linters
Linted files
Configuration in MegaLinter
| Variable |
Description |
Default value |
| VBDOTNET_PRE_COMMANDS |
List of bash commands to run before the linters |
None |
| VBDOTNET_POST_COMMANDS |
List of bash commands to run after the linters |
None |
| VBDOTNET_FILTER_REGEX_INCLUDE |
Custom regex including filter |
|
| VBDOTNET_FILTER_REGEX_EXCLUDE |
Custom regex excluding filter |
|
Behind the scenes
Installation
RUN apk add --no-cache dotnet10-sdk && install -d /usr/local/dotnet-tools
ENV PATH="${PATH}:/usr/local/dotnet-tools"