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
Add option enable_styling_check to toggle styling check, the option is false by default.
Making it an option to make sure the generated code disablees styling check by default, while leaving it on in the CI to make sure the generated code has some good level of readability.
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