Git Product home page Git Product logo

Comments (4)

deepgandhi avatar deepgandhi commented on July 18, 2024

Need more details and discription about location of file and error.

from minegauler.

LewisGaul avatar LewisGaul commented on July 18, 2024

Hey @deepgandhi, I've just pushed a pylint config file (use the dev branch as the base).

You can find errors by running e.g.:

pip install pylint
pylint minegauler/shared/utils.py

This shows only the errors in the specified file, in this case:

$pylint minegauler/shared/utils.py
************* Module minegauler.shared.utils
minegauler/shared/utils.py:115:2: W0511: @@@LG Some attention please :) (fixme)
minegauler/shared/utils.py:88:12: W0612: Unused variable 'j' (unused-variable)
minegauler/shared/utils.py:181:12: C0200: Consider using enumerate instead of iterating with range and len (consider-using-enumerate)
minegauler/shared/utils.py:57:0: W0611: Unused import paths (unused-import)

Any of those errors are open for fixing.

In general the 'fixme' warnings might not be easy to sort, and there will be some false positives. If you're unsure about any feel free to ask here or in GitHub Discussions.

from minegauler.

deepgandhi avatar deepgandhi commented on July 18, 2024

Does pylint is to be checked with all files?

from minegauler.

LewisGaul avatar LewisGaul commented on July 18, 2024

Does pylint is to be checked with all files?

Yep pylint can be used to find suggestions for cleaner code in any of the files. I'd probably suggest focusing on minegauler/core/ first. I've left a review on your PR that would be good to address first.

from minegauler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.