1. 25 Dec, 2014 2 commits
  2. 23 Dec, 2014 1 commit
  3. 20 Dec, 2014 3 commits
  4. 19 Dec, 2014 1 commit
    • raphael.kubo.da.costa@intel.com's avatar
      presubmit_unittest: Fix pylint errors. · e589f98b
      raphael.kubo.da.costa@intel.com authored
      The recent pylint 1.3.1 and 1.4.0 upgrades have caused some new errors
      to be reported for presubmit_unittest:
      
      * presubmit_support.InputApi.AffectedFiles() expectes a parameter called
        |include_deletes|, not |include_deleted|.
      
      * The mock AffectedFiles() implementation in
        CannedChecksUnittest.testCannedCheckChangeHasNoTabs() had its
        signature updated to match the one in presubmit_support.InputApi,
        otherwise pylint would (erroneously) consider that this mock
        implementation was used in all other AffectedFiles() invocations in
        CannedChecksUnittest and complain that some parameters were missing.
        It makes more sense to do this than disable the check and miss real
        problems in the future.
      
      R=maruel@chromium.org, iannucci@chromium.org, pgervais@chromium.org
      BUG=443232
      
      Review URL: https://codereview.chromium.org/802403003
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293468 0039d316-1c4b-4281-b951-d872f2087c98
      e589f98b
  5. 18 Dec, 2014 3 commits
  6. 17 Dec, 2014 2 commits
  7. 16 Dec, 2014 1 commit
  8. 15 Dec, 2014 1 commit
  9. 12 Dec, 2014 2 commits
  10. 11 Dec, 2014 5 commits
  11. 10 Dec, 2014 4 commits
  12. 09 Dec, 2014 1 commit
  13. 06 Dec, 2014 1 commit
  14. 05 Dec, 2014 6 commits
  15. 04 Dec, 2014 4 commits
  16. 02 Dec, 2014 3 commits