Clayton Kehoe

Results 35 issues of Clayton Kehoe

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

### Describe the feature It would be beneficial to users of this library to add line and column number to the error output to help users determine the source of...

feature

#### New App Submission - [x] I've read the [contribution guidelines](https://github.com/agarrharr/awesome-cli-apps/blob/master/contributing.md#readme). **Repo or homepage link:** https://boeing.github.io/config-file-validator/ **Description:** Cross Platform tool to validate configuration files **Why I think it's awesome:** *...

# Description Initial feedback provided by the development community showed that they expected that this tool would have schema validation in addition to providing syntax validation. A couple projects in...

enhancement
validator-core

Add a stage in the pipeline to run through each check in the [Go Report Card](https://goreportcard.com/report/github.com/Boeing/config-file-validator)

good first issue
help wanted
CI/CD

# Description Since the primary purpose of this tool right now is to validate configuration file syntax it would be beneficial to have the validator tool to not only identify...

enhancement
validator-core
CLI
hacktoberfest :jack_o_lantern:

Need to create a functional test suite in addition to our unit tests to alleviate the burden and error-prone process for maintainers to have to build and functionally test each...

enhancement
hacktoberfest :jack_o_lantern:

This was proposed by the community a while ago but it seems like a good time to refactor our CLI logic from using Flags to [COBRA](https://github.com/spf13/cobra). Cobra offers a [lot...

help wanted
CLI
has-pr

The `--reporter` argument currently only supports passing a single reporter option. A good use case would be as part of a CI/CD pipeline to output standard output to the console...

enhancement
help wanted
validator-core
hacktoberfest :jack_o_lantern:

The config-file-validator is a good candidate for a Github Action so users can easily integration configuration validation into their existing Github Action workflows. There is a working [proof of concept](https://github.com/kehoecj/validate-configs-action)...

good first issue
help wanted
CI/CD