runfns: sort ContainerFilters depth first

- run ContainerFilters most deeply nested in the hierarchy before others
- test refactoring
This commit is contained in:
Phillip Wittrock
2020-01-13 12:35:47 -08:00
parent 62e5abd437
commit 778f92ca0d
5 changed files with 487 additions and 154 deletions

View File

@@ -22,7 +22,7 @@ linters:
- gofmt
- goimports
- golint
- gosec
# - gosec
- gosimple
- govet
- ineffassign