Boeing / config-file-validator

Cross Platform tool to validate configuration files
https://boeing.github.io/config-file-validator/
Apache License 2.0
348 stars 71 forks source link

Extensionless File Feature for Issue #5 #154

Closed vogJust closed 1 month ago

vogJust commented 5 months ago

Adds command option to support config files without extensions by adding them manually.

Closes #5

ccoVeille commented 5 months ago

Related to #5 (easier to navigate than having it in issue title)

Also having issue in the title only, do not create a link (someone referenced this issue in…) between issues

kehoecj commented 5 months ago

@vogJust Need to add unit tests for changes to validator.go and fsfinder.go

kehoecj commented 4 months ago

@vogJust

A few things from functional testing:

kehoecj commented 4 months ago

@vogJust Pipeline is not passing:

vogJust commented 4 months ago

Sorry Clay, I definitely needed to clarify that in the documentation. The intended format for the config .yml file is

`ini:

kehoecj commented 3 months ago

@vogJust Make sure you resolve the conflicts with a couple changes that got pushed to main a few days ago