← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1349811] [NEW] Flake8 checks non-functional

 

*** This bug is a duplicate of bug 1347472 ***
    https://bugs.launchpad.net/bugs/1347472

Public bug reported:

After finding some obvious PEP 8 violations merged in Horizon's master,
I investigated a little and found out that since 2014-06-03 the only
check that Flake8 was performing on the gate and when run with
run_tests.sh was for H236. This is due to this line in tox.ini:

    [flake8]
    select = H236

Removing this line makes Flake8 properly report all the nasty stuff that
crept into our codebase during that month.

** Affects: horizon
     Importance: Undecided
         Status: New

** This bug has been marked a duplicate of bug 1347472
   Re-enable disabled pep8 errors

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1349811

Title:
  Flake8 checks non-functional

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  After finding some obvious PEP 8 violations merged in Horizon's
  master, I investigated a little and found out that since 2014-06-03
  the only check that Flake8 was performing on the gate and when run
  with run_tests.sh was for H236. This is due to this line in tox.ini:

      [flake8]
      select = H236

  Removing this line makes Flake8 properly report all the nasty stuff
  that crept into our codebase during that month.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1349811/+subscriptions


Follow ups

References