Skip to content

Commit

Permalink
improve scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Jan 30, 2024
1 parent 4cb6657 commit ce9419d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .scalafix.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rules = [
ProcedureSyntax
RemoveUnused
LeakingImplicitClassVal
// ExplicitResultTypes
ExplicitResultTypes
]

RemoveUnused {
Expand All @@ -20,7 +20,7 @@ RemoveUnused {
}

ExplicitResultTypes {
// rewriteStructuralTypesToNamedSubclass = false
rewriteStructuralTypesToNamedSubclass = false
skipSimpleDefinitions = false

onlyImplicits = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package shapesafe.core.arity.binary

import shapesafe.core.arity.ProveArity.|-
import shapesafe.core.arity._

trait Op2_Imp0 extends Op2Like_Imp0 {
Expand All @@ -11,7 +12,7 @@ trait Op2_Imp0 extends Op2Like_Imp0 {
](
implicit
domain: UncheckedDomain[A1, A2]
) = {
): OP#On[A1, A2] |- Unchecked = {
domain.forOp2[OP]
}
}
2 changes: 1 addition & 1 deletion prover-commons
Submodule prover-commons updated 1 files
+1 −1 buildSrc

0 comments on commit ce9419d

Please sign in to comment.