Giter Site home page Giter Site logo

action-pylint's Introduction

GitHub Stats

GitHub User's stars

๐ŸŽ Project ๐Ÿข Role โญ Stars ๐Ÿ“š Forks ๐Ÿ›Ž Issues ๐Ÿ“ฌ Pull requests
Action Pylint Creator
Action Python Creator
Azure Bicep Contributor
Azure Bicep Registry Maintainer
Azure Marketplace CLI Creator
Azure Marketplace CLI (v2) Contributor
Azure Marketplace Offer Template Creator
Python Package Template Creator
Microsoft AI Creator
Microsoft Forecasting Maintainer
Microsoft Recommenders Maintainer
Microsoft GPT-Review Creator
Microsoft SynapseML Contributor
Unreal Cloud DDC on Azure Creator
VSCode-Flake8 Contributor
VSCode-Pylint Contributor

My GitHub Stats Top Langs

action-pylint's People

Contributors

ajoo7 avatar dciborow avatar dependabot[bot] avatar justinchuby avatar vidurb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

action-pylint's Issues

default value for glob-pattern should specify a file type

If one uses this action without giving glob-pattern explicitly as some file type then the GitHub actions fail because the default value is set as '.' which refers to the working directory and not the type of file on which it had to run.

pylint_rc option does not work correctly

The action-pylint runs fine without the pylint_rc option specified. With the pylint_rc option specified, the action failed to run. The reason is that the rcfile is not passed in correctly, which leads to pylint could not find the specified file and fails to run.

The following line in entrypoint.sh
rcfile_option="--rcfile=\"${INPUT_PYLINT_RC}\""
should be replaced with
rcfile_option="--rcfile ${INPUT_PYLINT_RC}"

/tmp/reviewdog no such file error

Hey!

I tried out the template in our code base, I got the error of not founding the correct version of releases from this repo.

image

Here is the .yml file I used

image

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.