Skip to content

Commit

Permalink
Merge pull request #69 from opentargets/reformat-using-scalafmt
Browse files Browse the repository at this point in the history
Reformat using scalafmt
  • Loading branch information
JarrodBaker authored Jul 15, 2022
2 parents a85290a + d754270 commit e2c49d9
Show file tree
Hide file tree
Showing 42 changed files with 2,232 additions and 1,959 deletions.
12 changes: 6 additions & 6 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version = 2.6.0
preset = IntelliJ
align.preset = some
version = "3.5.8"
runner.dialect = scala213
align = more
align.openParenCallSite = true
align.openParenDefnSite = true
maxColumn = 100
comments.wrap = standalone
assumeStandardLibraryStripMargin = true
danglingParentheses.callSite = false
rewrite.rules = [SortModifiers]
rewrite.rules = [SortModifiers, RedundantBraces]
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
global:
- QUAY_REPO="quay.io/opentargets/genetics-api"
script:
- sbt ++${TRAVIS_SCALA_VERSION} scalafmtCheckAll
- sbt ++$TRAVIS_SCALA_VERSION clean compile
- sbt ++$TRAVIS_SCALA_VERSION coverage "testOnly * -- -l configuration.IntegrationTestTag" coverageReport
- sbt ++$TRAVIS_SCALA_VERSION dist
Expand Down
Loading

0 comments on commit e2c49d9

Please sign in to comment.