Skip to content

Commit

Permalink
Merge pull request #29 from Microsoft/master
Browse files Browse the repository at this point in the history
update pylintrc to conform vscode setttings (#201)
  • Loading branch information
SparkSnail committed Oct 12, 2018
2 parents 46a8350 + 06413f1 commit 4e3697f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# Pycharm Project files
.idea
15 changes: 13 additions & 2 deletions pylintrc
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

0 comments on commit 4e3697f

Please sign in to comment.