pulumi/pkg/util
joeduffy 7fe8052941 Fix some lint in our lint
After 233c5a8 landed, I noticed there are a few things to be fixed up:

    * Run gometalinter in all the right places.  We need to run both in
      lint and lint_quiet targets.  I've also cleaned up some of the logic
      around what to suppress so there's less repetition.

    * We currently @ meaningful commands, which is unfortunate, since it
      makes debugging Makefiles tough (especially when looking at CI build
      logs).  Going forward, we should only use @ for meaningless commands,
      like @echo.

    * The AWS project wasn't actually running tslint, because it needs to
      say `tslint './pack/**/*.ts' --exclude='./pack/node_modules/**'`.
      The current script of `tslint lib/aws/pack/...` wasn't actually
      running lint, hence we missed a lot of AWS lint issues.

    * Fix up the issues that these fixes uncovered.  Mostly err shadowing.
2017-06-21 13:24:35 -07:00
..
cmdutil Fix the polarity of some asserts 2017-06-14 09:44:58 -07:00
contract Fix some lint in our lint 2017-06-21 13:24:35 -07:00
convutil Modify provider creates; use get for outs 2017-06-01 08:36:43 -07:00
mapper Simplify Check; make it tolerant of computed values 2017-06-16 13:34:11 -07:00
rendezvous Restructure Rendezvous to have a distinct Let vs. Meet 2017-06-15 18:20:12 -07:00
retry Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
rpcutil Finish interface for reading configuration¬ 2017-06-21 10:31:06 -07:00
testutil Introduce an interface to read config 2017-06-20 19:45:07 -07:00