4

VBDOTNET linters in MegaLinter - MegaLinter by OX Security

 1 year ago
source link: https://megalinter.io/latest/descriptors/vbdotnet/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Visual Basic .NET

Linters

Linted files

  • File extensions:
    • .vb

Configuration in MegaLinter

Variable Description Default value
VBDOTNET_FILTER_REGEX_INCLUDE Custom regex including filter
VBDOTNET_FILTER_REGEX_EXCLUDE Custom regex excluding filter

Behind the scenes

Installation

  • Dockerfile commands :
RUN wget --tries=5 -q -O dotnet-install.sh https://dot.net/v1/dotnet-install.sh \
    && chmod +x dotnet-install.sh \
    && ./dotnet-install.sh --install-dir /usr/share/dotnet -channel 6.0 -version latest

ENV PATH="${PATH}:/root/.dotnet/tools:/usr/share/dotnet"

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK