Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-lint
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-lint
Commits
24ea8aec
Commit
24ea8aec
authored
Mar 09, 2016
by
Ben Patterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Additional clarity for pylintrc_tweaks how-to.
parent
a2661702
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
3 deletions
+12
-3
README.rst
+12
-3
No files found.
README.rst
View file @
24ea8aec
...
@@ -24,14 +24,23 @@ edx_lint master file::
...
@@ -24,14 +24,23 @@ edx_lint master file::
$ edx_lint write pylintrc
$ edx_lint write pylintrc
You can customize the resulting file by creating a pylintrc_tweaks file in the
current directory. It should contain only the settings you want to override.
The file written contains a hash of its contents, to detect subsequent editing.
The file written contains a hash of its contents, to detect subsequent editing.
``edx_lint`` will detect this when it next tries to write the file. If editing
``edx_lint`` will detect this when it next tries to write the file. If editing
is detected, the edited file will be moved aside so it can be compared to the
is detected, the edited file will be moved aside so it can be compared to the
newly written file.
newly written file.
Customizing edx_lint
--------------------
You can customize the resulting pylintrc file by creating a pylintrc_tweaks file in the
current directory before running the ``write`` sub-command. It should contain only the
settings you want to override.
**Note:** If your project is not a Django project, you'll want to disable the django plugins with
your pylintrc_tweaks file::
[MASTER]
load-plugins = edx_lint.pylint
Developing edx_lint
Developing edx_lint
-------------------
-------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment