Skip to content

Commit 50a8034

Browse files
committed
remove old stuff in relint.yml
1 parent d617df4 commit 50a8034

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/.relint.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Simple pattern exclusions
22

3-
- name: 'python3: Python3 incompatible code'
4-
hint: |
5-
# ifilter, imap, izip # __metaclass__
6-
# update raise statements # except Exception, var
7-
# six is no longer allowed
8-
pattern: '(import.*[, ]ifilter|import.*[, ]imap|import.*[, ]izip|^\s*raise\s*[A-Za-z]*Error\s*,|__metaclass__|except\s*[A-Za-z]\s*,|import six|from six import)'
9-
filePattern: .*[.](py|pyx|rst)
10-
113
- name: 'foreign_latex: foreign commands in LaTeX'
124
hint: |
135
use equivalent LaTeX commands instead of plain TeX commands such as \over, \choose, etc.

0 commit comments

Comments
 (0)