Skip to content

Commit c1a735b

Browse files
authored
Clean up scafi (#6)
* using maven deps instead of local project deps * remove scafi project, leave scafi-web and online-compiler only * fix: compiler works even with multiple compilation * chore: remove local scafi dependecies * chore: pass with scalafmt * chore: improve build.sbt using / and not in * chore: fix assembly process * merge with master
1 parent c1a084c commit c1a735b

File tree

665 files changed

+5579
-39656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

665 files changed

+5579
-39656
lines changed

.scalafmt.conf

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# This file has been automatically generated and should
2+
# not be edited nor added to source control systems.
3+
4+
# To edit the original configurations go to
5+
# https://github.com/alejandrohdezma/sbt-scalafmt-defaults/edit/master/.scalafmt.conf
6+
7+
version = 3.3.1
8+
9+
maxColumn = 120
10+
11+
newlines {
12+
sometimesBeforeColonInMethodReturnType = false
13+
}
14+
15+
style = default
16+
runner.dialect = scala213
17+
18+
assumeStandardLibraryStripMargin = true
19+
20+
align {
21+
stripMargin = false
22+
tokens.add = [
23+
{
24+
code = ":=", owner = "Term.ApplyInfix"
25+
},
26+
{
27+
code = "+=", owner = "Term.ApplyInfix"
28+
},
29+
{
30+
code = "++=", owner = "Term.ApplyInfix"
31+
},
32+
{
33+
code = "--=", owner = "Term.ApplyInfix"
34+
},
35+
{
36+
code = "-=", owner = "Term.ApplyInfix"
37+
}
38+
]
39+
}
40+
41+
binPack {
42+
literalArgumentLists = true
43+
literalsIncludeSimpleExpr = true
44+
literalsExclude = [ "Term.Name" ]
45+
}
46+
47+
docstrings.style = "SpaceAsterisk"
48+
docstrings.oneline = fold
49+
50+
rewrite {
51+
rules = [
52+
PreferCurlyFors
53+
RedundantBraces,
54+
RedundantParens,
55+
SortModifiers
56+
]
57+
redundantBraces.maxLines = 1
58+
redundantBraces.stringInterpolation = true
59+
}
60+
61+
includeCurlyBraceInSelectChains = false
62+
63+
includeNoParensInSelectChains = false
64+
65+
optIn.blankLineBeforeDocstring = true

.travis.yml

Lines changed: 0 additions & 98 deletions
This file was deleted.

.travis/secrets.tar.enc

-10 KB
Binary file not shown.

.travis/travis_gradle_build.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

.travis/travis_gradle_build_pullrequest.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis/travis_gradle_deploy.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis/travis_sbt_build.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.travis/travis_sbt_build_pullrequest.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

.travis/travis_sbt_deploy.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)