forked from equinor/pyscal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pylintrc
More file actions
23 lines (18 loc) · 715 Bytes
/
Copy path.pylintrc
File metadata and controls
23 lines (18 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[GENERAL]
disable=R0205, F0010, C0330, E1136, E0401
output-format=colorized
[MASTER]
ignore=__init__.py,setup.py,version.py
# We allow a lot of "bad" variable names, because it is important to keep the link to the original formulas
[BASIC]
good-names=df,logger,h,l,e,t,SGFN,SWOF,SGOF,SLGOF,SOF3,SWFN,WOTABLE,GOTABLE,nw,ng,Ls,Es,Ts,Lf,Ef,Tf,Pcmax,Pcmin,Pct,add_LET_pc_pd,Lp,Ep,Tp,Lt,Et,Tt,add_LET_pc_pd,Lp,Ep,Tp,Lt,Et,Tt,cw,co,aw,ao,a,b,g,add_LET_water,add_LET_oil,add_LET_gas,add_LET_pc_imb,add_simple_J,add_normalized_J,add_simple_J_petro
[FORMAT]
max-line-length=88
max-module-lines=3000
[DESIGN]
max-args=10
[SIMILARITIES]
min-similarity-lines=6
ignore-comments=yes
ignore-docstrings=yes
ignore-imports=yes