Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7777465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T18:08:56+00:00 2026-06-01T18:08:56+00:00

I am using pydev where I have set up pylint. The problem is that

  • 0

I am using pydev where I have set up pylint.
The problem is that even inside the comments, pylint reports warnings. I was looking to disable any sort of checking inside any line or a block comment.
Also, I wish to follow camelCase naming convention instead of underscores for variables and arguments in my code.
Is there any way to specify such a rule without inserting my code with any pylint: disable comments?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T18:08:58+00:00Added an answer on June 1, 2026 at 6:08 pm

    You can globally disable warnings of a certain class using

    pylint --disable=W1234
    

    or by using a special PyLint configuration file

    pylint --rcfile=/path/to/config.file
    

    A sample config file is given below:

    [MESSAGES CONTROL]
    # C0111 Missing docstring 
    # I0011 Warning locally suppressed using disable-msg
    # I0012 Warning locally suppressed using disable-msg
    # W0704 Except doesn't do anything Used when an except clause does nothing but "pass" and there is no "else" clause
    # W0142 Used * or * magic* Used when a function or method is called using *args or **kwargs to dispatch arguments.
    # W0212 Access to a protected member %s of a client class
    # W0232 Class has no __init__ method Used when a class has no __init__ method, neither its parent classes.
    # W0613 Unused argument %r Used when a function or method argument is not used.
    # W0702 No exception's type specified Used when an except clause doesn't specify exceptions type to catch.
    # R0201 Method could be a function
    # W0614 Unused import XYZ from wildcard import
    # R0914 Too many local variables
    # R0912 Too many branches
    # R0915 Too many statements
    # R0913 Too many arguments
    # R0904 Too many public methods
    disable=C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,W0614,R0914,R0912,R0915,R0913,R0904,R0801
    

    See the documentation over at Pylint’s dedicated site.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using pylint + pydev, with python 2.6. I have a module with just
I have been using NotePAD++ for editing Python scripts. I recently downloaded the PyDEV
I'm using Eclipse / PyDev trying to find a way to debug code that
Is it possible to set breakpoints in doctests, using PyDev (i.e. eclipse)? I found
I have just started using GAE (Python 2.7 SDK 1.6.4) , I have set
I have developed some code in Python using the eclipse perspective PyDev. The code
I'm using eclipse for java and python. In the pydev package explorer, I have
I have started a Eclipse PyDev project, and found out that BeautifulSoup was missing.
I'm using PyDev 2.5 with Eclipse Indigo and Jython 2.5.3b1 . I have a
is it possible to have an interactive session through pydev for using matplotlib? The

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.