File tree 1 file changed +2
-2
lines changed
docs/src/docs/contributing
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ In the function `NewExecutor` we do the following:
73
73
2 . init [ cobra] ( https://github.com/spf13/cobra ) commands
74
74
3 . parse config file using [ viper] ( https://github.com/spf13/viper ) and merge it with command line args.
75
75
76
- The following execution is controlled by ` cobra ` . If user a user executes ` golangci-lint run `
76
+ The following execution is controlled by ` cobra ` . If a user executes ` golangci-lint run `
77
77
then ` cobra ` executes ` e.runCmd ` .
78
78
79
79
Different ` cobra ` commands have different runners, e.g. a ` run ` command is configured in the following way:
@@ -104,7 +104,7 @@ The primary execution function of the `run` command is `executeRun`.
104
104
## Load Packages
105
105
106
106
Loading packages is listing all packages and their recursive dependencies for analysis.
107
- Also, depending from enabled linters set some parsing of a source code can be performed
107
+ Also, depending on the enabled linters set some parsing of the source code can be performed
108
108
at this step.
109
109
110
110
Packages loading starts here:
You can’t perform that action at this time.
0 commit comments