Saša Zejnilović

Results 5 comments of Saša Zejnilović

Hello @muncleben, while I am just a user, I might have a solution for you. ```scala jacocoExcludes := Seq("com.bsphare.Application") ``` No need to wrap it in the second `jacocoExcludes`.

To keep documentation of progress. ![image](https://user-images.githubusercontent.com/17467768/131261726-995127b6-2bc2-4b17-abb7-37504415e9c6.png)

Could we close #19 then?

I agree we make every CR output into list or array, but I would not "hard implement" it for other rules just yet. For other rules make it an array...

Idea: Do not use Name+Version in VersionedModel for PK. Use an arbitrary value. This will allow us to have a renaming functionality and copy functionality with less effort. Name+Version should...