File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/src/docs/contributing Expand file tree Collapse file tree 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:
73732 . init [ cobra] ( https://github.com/spf13/cobra ) commands
74743 . parse config file using [ viper] ( https://github.com/spf13/viper ) and merge it with command line args.
7575
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 `
7777then ` cobra ` executes ` e.runCmd ` .
7878
7979Different ` 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`.
104104## Load Packages
105105
106106Loading 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
108108at this step.
109109
110110Packages loading starts here:
You can’t perform that action at this time.
0 commit comments