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: taskfile/read/taskfile.go
+36-7Lines changed: 36 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,26 @@ var (
19
19
ErrIncludedTaskfilesCantHaveIncludes=errors.New("task: Included Taskfiles can't have includes. Please, move the include to the main Taskfile")
20
20
// ErrIncludedTaskfilesCantHaveDotenvs is returned when a included Taskfile contains dotenvs
21
21
ErrIncludedTaskfilesCantHaveDotenvs=errors.New("task: Included Taskfiles can't have dotenv declarations. Please, move the dotenv declaration to the main Taskfile")
0 commit comments