Skip to content

Commit 740a23b

Browse files
committed
Updated excludes, and test/run without verbosity
- Legacy-Id: 280
1 parent 76f759c commit 740a23b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/pyflakes.exclude

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ ietf/utils/__init__.py:1: 'flattenl' imported but unused
99
ietf/utils/__init__.py:1: 'orl' imported but unused
1010
ietf/utils/__init__.py:2: 'log' imported but unused
1111
ietf/utils/__init__.py:3: 'FKAsOneToOne' imported but unused
12+
ietf/utils/__init__.py:5: 'TextSoup' imported but unused
13+
ietf/utils/__init__.py:5: 'soup2text' imported but unused
1214
ietf/idtracker/templatetags/ietf_filters.py:8: redefinition of unused 'emailutils' from line 6

test/run

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
set -x
4-
53
program=${0##*/}
64
progdir=${0%/*}
75

0 commit comments

Comments
 (0)