|
@@ -221,6 +221,7 @@ func processFile(ctx context.Context, file string, project *types.Project, extFi
|
|
|
options.SkipExtends = true
|
|
options.SkipExtends = true
|
|
|
options.SkipConsistencyCheck = true
|
|
options.SkipConsistencyCheck = true
|
|
|
options.ResolvePaths = true
|
|
options.ResolvePaths = true
|
|
|
|
|
+ options.Profiles = project.Profiles
|
|
|
})
|
|
})
|
|
|
if err != nil {
|
|
if err != nil {
|
|
|
return nil, err
|
|
return nil, err
|