mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-25 18:42:07 +01:00
More user-friendly project watching
This commit is contained in:
@@ -24,6 +24,9 @@ final case class ReportInfo(
|
||||
|
||||
def bare = copy(subprojectNameOption = None, fullId = fullId.takeWhile(_ != '/'))
|
||||
|
||||
def isBare = subprojectNameOption.isEmpty
|
||||
def isNotBare = !isBare
|
||||
|
||||
}
|
||||
|
||||
object ProjectsWithReports{
|
||||
|
||||
Reference in New Issue
Block a user