Skip to content

Commit

Permalink
Merge branch '1.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
snovichkov committed Oct 25, 2019
2 parents 4bb50e6 + e54db32 commit 1d41f1c
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 105 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GO_TEST_COVERAGE_MODE ?= count
GO_TEST_COVERAGE_FILE_NAME ?= coverage.out

# Set a default `min_confidence` value for `golint`
GO_LINT_MIN_CONFIDENCE ?= 0.2
GO_LINT_MIN_CONFIDENCE ?= 0.8

all: test

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ components of an application are bundles that are glued together using a depende

| Symbol | Value | Description |
| ------------- | --------------- | ----------------------- |
| DefCliRoot | cli.cmd.root | Add root cli command |
| DefCliVersion | cli.cmd.version | Add version cli command |
| DefCliRoot | cli.cmd.root | Cli root command |
| DefCliVersion | cli.cmd.version | Cli version command |
| DefContext | context | Current context |
| DefRegistry | registry | A key/value registry |
Loading

0 comments on commit 1d41f1c

Please sign in to comment.