$ pylint --reports=n main.py
Output:
No config file found, using default configuration
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You will get the “
No config file found, using default configuration” warning if you do not have a.pylintrcfile in your home directory, or if you don’t specify the pylint argument--rcfile=/path/to/pylintrc.To suppress the message, on *nix: