lp:~javier.collado/utah/static_analysis_7

Created by Javier Collado and last modified
Get this branch:
bzr branch lp:~javier.collado/utah/static_analysis_7
Only Javier Collado can upload to this branch. If you are Javier Collado please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Javier Collado
Project:
UTAH
Status:
Merged

Recent revisions

715. By Javier Collado

Fixed use hardcoded message by default as suggested by Joe

714. By Javier Collado

Fixed use variable, not string ('stdout' -> stdout) as suggested by Joe

713. By Javier Collado

Removed object literals as default argument values

This is an issue in python. The default value is initialized just once and will
accumulate any side effect that happens in the function body.

712. By Javier Collado

Fixed bad indentation

711. By Javier Collado

Replaced relative imports with absolute imports

They are "highly discouraged" in PEP008

710. By Javier Collado

Prefixed some unused variables with underscore

pylint likes that convention to make it clear when a variable is intentionally
unused

709. By Javier Collado

Changed strings with no effect to comments

708. By Javier Collado

Renamed argument variable from `type` to `owner`

This will avoid warnings about redefining built-in `type`

707. By Javier Collado

Using cls as first argument to class method instead of self

706. By Javier Collado

Merged check return code from vcs get command

Source branch: lp:~joetalbott/utah/vcs_tests_fix

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:utah
This branch contains Public information 
Everyone can see this information.

Subscribers