From 0765ceb66dfad116ec0519a0f9272158da6600d0 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sat, 29 Jul 2017 03:27:00 -0700 Subject: [PATCH] revise ordered list of boilerplate work --- test/sanity/code-smell/boilerplate.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/sanity/code-smell/boilerplate.sh b/test/sanity/code-smell/boilerplate.sh index 6995d8885e8..279582a4e46 100755 --- a/test/sanity/code-smell/boilerplate.sh +++ b/test/sanity/code-smell/boilerplate.sh @@ -57,21 +57,21 @@ future3=$(find ./lib/ansible/modules -path ./lib/ansible/modules/windows -prune -o -name '*.py' -type f -size +0c -exec egrep -HL 'from __future__ import (?absolute_import, division, print_function)?' '{}' '+') # Ordered by approximate work, lowest to highest -# cloud/google * # identity ! -# source_control *i # cloud/centurylink * +# source_control *i +# files ! +# cloud/google * +# notification *! # database ;; break up *! +# packaging ;; breakup *! # cloud/rackspace * # cloud/vmware *i -# files ! -# cloud/openstack * # monitoring *! -# notification *! # cloud/cloudstack * +# cloud/openstack * # cloud/ovirt -# packaging ;; breakup *! -# cloud/amazon *i +# cloud/amazon * # network ;; break up *! # ( * == import* fixes, ! == many get_exception fixes, i == a few get_exception fixes) ### TODO: