Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

update pylintrc to conform vscode setttings #201

Merged
merged 3 commits into from
Oct 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# Pycharm Project files
.idea
15 changes: 13 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,16 @@ max-attributes=7

const-naming-style=any

disable=duplicate-code,
super-init-not-called
disable=all

enable=F,
E,
unreachable,
duplicate-key,
unnecessary-semicolon,
global-variable-not-assigned,
unused-variable,
binary-op-exception,
bad-format-string,
anomalous-backslash-in-string,
bad-open-mode