Skip to content

Commit

Permalink
Merge branch 'master' into update/specs2-core-4.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Javakky-pxv committed May 22, 2024
2 parents d9e0008 + bef7eb8 commit 2bcc386
Show file tree
Hide file tree
Showing 52 changed files with 1,990 additions and 1,159 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
distribution: temurin
java-version: 11
cache: sbt
- run: sbt ci-release
- run: sbt clean ci-release
env:
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
PGP_SECRET: ${{ secrets.PGP_SECRET }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
- name: "view git diff"
run: git diff
if: ${{ always() }}
19 changes: 18 additions & 1 deletion .scalafix.conf
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
rules = [
NamedParamOrder
JavaURLConstructorsWarn
OptionMapFlatMap
RemoveStringInterpolation
OptionMatchToRight
ReplaceFill
UnnecessaryCase
UnnecessaryMatch
ScalatestAssertThrowsToIntercept
MockitoThenToDo
RemoveUnused
NoAutoTupling
NoValInForComprehension
ProcedureSyntax
ExplicitResultTypes
fix.scala213.FinalObject
fix.scala213.Any2StringAdd
fix.scala213.Varargs
fix.scala213.ExplicitNullaryEtaExpansion
OrganizeImports
UnnecessarySemicolon
ZeroIndexToHead
CheckIsEmpty
NonCaseException
SingleConditionMatch
UnifyEmptyList
NamingConventionPackage
NeedMessageExtendsRuntimeException
MapToForeach
]

RemoveUnused {
Expand Down
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.10"
version = "3.7.17"
style = default
maxColumn = 120
align.openParenCallSite = false
Expand Down

0 comments on commit 2bcc386

Please sign in to comment.