Skip to content
Snippets Groups Projects

ModuleTable og ModuleBase

Merged Anders H. Rebner requested to merge modul-enkel-tabell into master
Files
4
+ 5
2
@@ -141,7 +141,8 @@ disable=print-statement,
comprehension-escape,
E0611,
I1101,
E1101
E1101,
R0901
# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
@@ -409,7 +410,9 @@ good-names=app,
k,
ex,
Run,
_
_,
x,
y
# Include a hint for the correct naming format with invalid-name.
include-naming-hint=no
Loading