Skip to content

Commit 9da5a19

Browse files
committed
manually disabeling scala style for model files since they should not be style checked because they are partly generated code and partly taken from the instance registry which has different style rules
1 parent 0377490 commit 9da5a19

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

app/models/Event.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

app/models/Instance.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

app/models/InstanceLink.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import LinkEnums.LinkState

app/models/InstanceNetwork.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// scalastyle:off
12
package models
23

34
import akka.http.scaladsl.marshallers.sprayjson.SprayJsonSupport

app/models/SocketMessage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
18+
// scalastyle:off
1919
package models
2020

2121
import models.EventEnums.EventType

app/models/SystemInfo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
18+
// scalastyle:off
1919
package models
2020

2121
case class SystemInfo(hostName: String, javaVersion: String, platformName: String, scalaVersion: String)

0 commit comments

Comments
 (0)