Skip to content

Commit 873a5de

Browse files
author
Vladimir Kotal
committed
add exclude
1 parent 8594c43 commit 873a5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ Portions Copyright (c) 2017, Chris Fraire <[email protected]>.
454454
<executable>pep8</executable>
455455
<arguments>
456456
<argument>-v</argument>
457-
<argument>--exclude=filelock.py,test_command.py</argument>
457+
<argument>--exclude=filelock.py,test_command.py,test_commands.py</argument>
458458
<argument>${project.basedir}/../tools/sync</argument>
459459
</arguments>
460460
</configuration>

0 commit comments

Comments
 (0)