Conversation
project/build.properties
Outdated
@@ -1 +1 @@ | |||
sbt.version = 1.2.3 | |||
sbt.version = 1.2.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are already in sbt 1.2.7
.
@@ -42,6 +42,6 @@ private[scapegoat] final case class ScapegoatInspection( | |||
defaultLevel: Level | |||
) | |||
|
|||
private[scapegoat] object ScapegoatInspections { | |||
object ScapegoatInspections { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why made it public ?
With the work you did in #130 this can be _private to the scapegoat
package, the same can go with the ScalastyleInspections
object.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like I missed it after refactoring.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the detail with the ScapegoatInspections
object, this looks great.
Backporting features from 7.x - includes the recommended quality profile, updated generation of Scapegoat rules, version bumps and other minor tweaks.