mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
Bump scalameta/scalafmt from v2.7.5 to v3.1.0 (#2131)
* Bump scalameta/scalafmt from v2.7.5 to v3.1.0 Bumps scalameta/scalafmt from v2.7.5 to v3.1.0. --- updated-dependencies: - dependency-name: scalameta/scalafmt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
This commit is contained in:
parent
0d88d496bc
commit
1fbb07ab9d
3 changed files with 5 additions and 2 deletions
|
@ -23,7 +23,7 @@ FROM zricethezav/gitleaks:v7.6.1 as gitleaks
|
||||||
FROM garethr/kubeval:0.15.0 as kubeval
|
FROM garethr/kubeval:0.15.0 as kubeval
|
||||||
FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
|
FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
|
||||||
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
|
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
|
||||||
FROM scalameta/scalafmt:v2.7.5 as scalafmt
|
FROM scalameta/scalafmt:v3.1.0 as scalafmt
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# Get base image #
|
||||||
|
|
|
@ -29,7 +29,7 @@ FROM zricethezav/gitleaks:v7.6.1 as gitleaks
|
||||||
FROM garethr/kubeval:0.15.0 as kubeval
|
FROM garethr/kubeval:0.15.0 as kubeval
|
||||||
FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
|
FROM ghcr.io/assignuser/lintr-lib:0.3.0 as lintr-lib
|
||||||
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
|
FROM ghcr.io/awkbar-devops/clang-format:v1.0.2 as clang-format
|
||||||
FROM scalameta/scalafmt:v2.7.5 as scalafmt
|
FROM scalameta/scalafmt:v3.1.0 as scalafmt
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# Get base image #
|
# Get base image #
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
// Scala Format Configuration
|
// Scala Format Configuration
|
||||||
// https://scalameta.org/scalafmt/docs/configuration.html
|
// https://scalameta.org/scalafmt/docs/configuration.html
|
||||||
|
version = 3.1.0
|
||||||
align.preset = more // For pretty alignment.
|
align.preset = more // For pretty alignment.
|
||||||
maxColumn = 80
|
maxColumn = 80
|
||||||
|
// https://scalameta.org/scalafmt/docs/configuration.html#scala-dialects
|
||||||
|
runner.dialect = scala3
|
||||||
|
|
Loading…
Reference in a new issue