Giter Site home page Giter Site logo

codacy-pylint's Introduction

Codacy Badge Build Status

Codacy Pylint

This is the docker engine we use at Codacy to have Pylint support. You can also create a docker to integrate the tool and language of your choice! See the codacy-engine-scala-seed repository for more information.

Usage

You can create the docker by doing:

docker build -t codacy-pylint:latest .

The docker is ran with the following command:

docker run -it -v $srcDir:/src codacy-pylint:latest

Generate Docs

  1. Update the version in docs/patterns.json

  2. Run the DocGenerator:

    sbt "doc-generator/run"

Test

We use the codacy-plugins-test to test our external tools integration. You can follow the instructions there to make sure your tool is working as expected.

What is Codacy?

Codacy is an Automated Code Review Tool that monitors your technical debt, helps you improve your code quality, teaches best practices to your developers, and helps you save time in Code Reviews.

Among Codacy’s features:

  • Identify new Static Analysis issues
  • Commit and Pull Request Analysis with GitHub, BitBucket/Stash, GitLab (and also direct git repositories)
  • Auto-comments on Commits and Pull Requests
  • Integrations with Slack, HipChat, Jira, YouTrack
  • Track issues in Code Style, Security, Error Proneness, Performance, Unused Code and other categories

Codacy also helps keep track of Code Coverage, Code Duplication, and Code Complexity.

Codacy supports PHP, Python, Ruby, Java, JavaScript, and Scala, among others.

Free for Open Source

Codacy is free for Open Source projects.

codacy-pylint's People

Contributors

bmbferreira avatar carlospinho04 avatar caxaria avatar cog avatar dependabot[bot] avatar dreigada avatar gjsduarte avatar h314to avatar jllopes avatar josemiguelmelo avatar lolgab avatar machadoit avatar mbucknell avatar mrfyda avatar pcmanticore avatar pedrocodacy avatar pedrorijo91 avatar rtfpessoa avatar simobasso avatar stefanvacareanu7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codacy-pylint's Issues

Pattern E0401 gives false positives

The pattern E0401 searches for missing imports. This is something a Codacy tool can't do because it doesn't download dependencies.
This pattern should be blacklisted.

Codacy/pylint import issue

I have a structure:

myproject/
    app_main.py
    my_app_files/
        some_script.py

app_main calls a some_functon from some_script via from my_app_files.some_script #import some_function - which seems to be how PEP8 suggests.
Yet Codacy seems to want met to reform it to from _master.my_app_files.some_script import some_function - which not only doesn't work, it doesn't make a lot of sense, since _master doesn't appear anywhere in my project.

toonarmycaptain/dionysus#5

Question. f-string Syntax Error

I have some problems about codacy syntax check.

But I found some issue and pr #38

But this problem have been occured until now. I want to know the reason this occured

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.