]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enable H104, F841 hacking rule and fix violations
authorZhiteng Huang <zhithuang@ebaysf.com>
Wed, 30 Jul 2014 06:06:37 +0000 (14:06 +0800)
committerZhiteng Huang <zhithuang@ebaysf.com>
Mon, 11 Aug 2014 04:21:36 +0000 (12:21 +0800)
commit30e15ec4ae9fe0ff129d89d3e48ef56987c6c775
tree144b7969ceb81cd0f88868afb66d5639a78d8442
parent79b6b98f210b47fb6313132ba8cfbb977bfb072e
Enable H104, F841 hacking rule and fix violations

This change enables hacking check H104 and F841, and fixes all
violations.

[H104]    Files with no code shouldn’t contain any license header nor
          comments, and must be left completely empty.
[F841]    local variable name is assigned to but never used

Change-Id: If7fcb737d121fd13b2b103d63f5f26dfaa79c59b
cinder/openstack/__init__.py
cinder/tests/test_glusterfs.py
cinder/tests/test_ibm_xiv_ds8k.py
cinder/tests/test_migrations.py
cinder/volume/drivers/hds/hnas_backend.py
cinder/volume/drivers/hds/nfs.py
tox.ini