You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/file.go
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,8 @@ type File struct {
26
26
TSFileNamestring
27
27
// PackageNonScalarType stores the type inside the same packages within the file, which will be used to figure out external dependencies inside the same package (different files)
28
28
PackageNonScalarType []Type
29
+
// EnableStylingCheck enables the styling check for the given file
30
+
EnableStylingCheckbool
29
31
}
30
32
31
33
// StableDependencies are dependencies in a stable order.
0 commit comments