issues Search Results · repo:KEINOS/Hello-Cobra language:Go
Filter by
20 results
(46 ms)20 results
inKEINOS/Hello-Cobra (press backspace or delete to remove)Apart from the distribution to package managers, the project directory structure is cumbersome. It needs to be
simplified to be more effective as an example.
KEINOS
- Opened on Jun 13, 2023
- #54
The current Mergify configuration is invalid Invalid condition files~=..(?i)(md)$ . Invalid regular expression: global
flags not at the start of the expression at position 3 @ pull_request_rules → item ...
KEINOS
- Opened on Dec 4, 2022
- #51
As shown below, using matrix, we can simplify tests on various Go versions even via container.
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ 1.14 , 1.13 ]
...
KEINOS
- Opened on Nov 7, 2022
- #48
The use of .devcontainer is for certain heavy users, as it relies heavily on VSCode and Docker. It should be removed to
simplify the repository.
KEINOS
- Opened on Nov 7, 2022
- #46
The current configuration for golangci-lint is not versatile.
It is hard to read and also contains deprecated and/or un-maintained linters as well. If we want a strong configuration
by default, we should ...
KEINOS
- Opened on Aug 27, 2022
- #40
There is already a goreleaser configuration. So what build-app.sh does is a bit redundant. We should remove it or make
it simple to read.
KEINOS
- Opened on Mar 14, 2022
- #37
Currently, packages for root and subcommands are placed under the cmd directory.
As usual in the Go language, cmd is used as the main directory of the CLI application, so it should be changed to pkg . ...
KEINOS
- Opened on Mar 14, 2022
- #36
The rule automatic merge on CI success if only markdown files were changed merges even *.go files were changed.
https://github.com/KEINOS/Hello-Cobra/runs/4709156113
https://github.com/KEINOS/Hello-Cobra/blob/f2816712657e3cbcb27fdffb4894ae18bc445118/.github/mergify.yml#L16-L29 ...
KEINOS
- Opened on Jan 5, 2022
- #34

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.