Skip to content

Commit 31bc614

Browse files
committed
Reuse data and x/config from spaghetti-cutter
1 parent 2fcc636 commit 31bc614

File tree

14 files changed

+17
-1394
lines changed

14 files changed

+17
-1394
lines changed

data/data.go

Lines changed: 0 additions & 276 deletions
This file was deleted.

data/pattern_list.go

Lines changed: 0 additions & 81 deletions
This file was deleted.

deps/deps.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ package deps
33
import (
44
"strings"
55

6-
"github.com/flowdev/spaghetti-analyzer/data"
7-
"github.com/flowdev/spaghetti-analyzer/x/config"
86
"github.com/flowdev/spaghetti-analyzer/x/pkgs"
7+
"github.com/flowdev/spaghetti-cutter/data"
8+
"github.com/flowdev/spaghetti-cutter/x/config"
99
)
1010

1111
// Fill fills the dependency map of the given package.

deps/deps_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import (
66
"strings"
77
"testing"
88

9-
"github.com/flowdev/spaghetti-analyzer/data"
109
"github.com/flowdev/spaghetti-analyzer/deps"
1110
"github.com/flowdev/spaghetti-analyzer/parse"
12-
"github.com/flowdev/spaghetti-analyzer/x/config"
1311
"github.com/flowdev/spaghetti-analyzer/x/pkgs"
12+
"github.com/flowdev/spaghetti-cutter/data"
13+
"github.com/flowdev/spaghetti-cutter/x/config"
1414
)
1515

1616
func TestFill(t *testing.T) {

doc/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"sort"
99
"strings"
1010

11-
"github.com/flowdev/spaghetti-analyzer/data"
11+
"github.com/flowdev/spaghetti-cutter/data"
1212
)
1313

1414
const (

0 commit comments

Comments
 (0)