lint fixes for volume/*

- comments on exported values
 - constant string replaced by constant reference
 - unexport implementation details of VolumeDriver 'local'
 - add fixed packages to linter list

Signed-off-by: Morgan Bauer <mbauer@us.ibm.com>
This commit is contained in:
Morgan Bauer
2015-07-28 10:40:44 -07:00
parent 33358f80e5
commit 9af963aba0
5 changed files with 57 additions and 17 deletions
+3
View File
@@ -63,6 +63,9 @@ packages=(
registry
runconfig
utils
volume
volume/local
volume/drivers
)
errors=()