SCALA
Linters
Linter | Configuration key |
---|---|
scalafix | SCALA |
Linted files
- File extensions:
.scala
Configuration in Mega-Linter
Variable | Description | Default value |
---|---|---|
SCALA_FILTER_REGEX_INCLUDE | Custom regex including filter | |
SCALA_FILTER_REGEX_EXCLUDE | Custom regex excluding filter |
Behind the scenes
Installation
- Dockerfile commands :
RUN curl -fLo coursier https://git.io/coursier-cli && \
chmod +x coursier