Skip to content

Commit 72cae30

Browse files
committed
Remove duplicate module-rgx line in .pylintrc
The correct neutron configuration will no longer be overwritten by the old quantum configuration. Change-Id: I4923ad4e35a5053966edb307587c72c0b684d149 Closes-Bug: 1316334
1 parent 61edb74 commit 72cae30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.pylintrc

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ method-rgx=([a-z_][a-z0-9_]{2,50}|setUp|tearDown)$
2525

2626
# Module names matching neutron-* are ok (files in bin/)
2727
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+)|(neutron-[a-z0-9_-]+))$
28-
module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+)|(quantum-[a-z0-9_-]+))$
2928

3029
# Don't require docstrings on tests.
3130
no-docstring-rgx=((__.*__)|([tT]est.*)|setUp|tearDown)$

0 commit comments

Comments
 (0)