Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
329a1147
Unverified
Commit
329a1147
authored
4 years ago
by
Kyle McCormick
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Run 'edx_lint write pylintrc' (#25165)
parent
f605ce37
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pylintrc
+7
-3
7 additions, 3 deletions
pylintrc
with
7 additions
and
3 deletions
pylintrc
+
7
−
3
View file @
329a1147
...
...
@@ -2,12 +2,16 @@
# ** DO NOT EDIT THIS FILE **
# ***************************
#
# This file was generated by edx-lint: http://github.com/edx/edx-lint
# This file was generated by edx-lint: http
s
://github.com/edx/edx-lint
#
# If you want to change this file, you have two choices, depending on whether
# you want to make a local change that applies only to this repo, or whether
# you want to make a central change that applies to all repos using edx-lint.
#
# Note: If your pylintrc file is simply out-of-date relative to the latest
# pylintrc rules in edx-lint, ensure you have the latest edx-lint installed
# and then follow the steps for a "LOCAL CHANGE".
#
# LOCAL CHANGE:
#
# 1. Edit the local pylintrc_tweaks file to add changes just to this
...
...
@@ -366,7 +370,7 @@ disable =
output-format = text
files-output = no
reports = no
evaluation = 10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
score = no
[BASIC]
bad-functions = map,filter,apply,input
...
...
@@ -460,4 +464,4 @@ int-import-graph =
[EXCEPTIONS]
overgeneral-exceptions = Exception
#
e89c3d2722e0389b5f94fdaba1c1501a3f855af
9
#
39382844f3a3bba57480054a7c1e27ab1e2ec96
9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment