Move Shared/Params Into Config/Params (#9642)

* config params into pkg

* gaz

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan
2021-09-21 14:59:25 -05:00
committed by GitHub
parent 26893bcb8c
commit f3d6dbcc1e
547 changed files with 589 additions and 589 deletions

View File

@@ -63,7 +63,7 @@
"exclude_files": {
"external/.*": "Third party code",
"rules_go_work-.*": "Third party code",
"shared/params/config.go": "This config struct needs to be organized for now",
"config/params/config.go": "This config struct needs to be organized for now",
"shared/featureconfig/config.go": "This config struct needs to be organized for now",
"proto/.*": "Excluding protobuf objects for now"
}