Coder Social home page Coder Social logo

silleellie / pylint-github-action Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 5.0 70 KB

Github action that lets you easily pylint any package or python file(s) of your project!

Home Page: https://github.com/marketplace/actions/pylint-with-dynamic-badge

License: MIT License

Python 100.00%
code-quality continuous-integration devops github-actions lint pylint static-code-analysis

pylint-github-action's People

Contributors

silleellie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pylint-github-action's Issues

Error in get_score_color.py:6

Hi,
first of all, thanks for such nice action. I just installed it in my action pylint_badge.yaml and used the basic syntax.
However my run failed, please see attached logs.
Here's the detail of the error:

Successfully installed colorama-0.4.6 pygame-2.5.2 slack-sdk-3.26.1
Run pkgs_pth=$(python3 -c 'import re; print(" ".join(re.findall("([^\s]+)", ".")))')
  pkgs_pth=$(python3 -c 'import re; print(" ".join(re.findall("([^\s]+)", ".")))')
  pylint --exit-zero --output-format=text:pylint_score.txt,colorized $pkgs_pth
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.10.13/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib
************* Module .
__init__.py:1:0: F0010: error while code parsing: Unable to load file __init__.py:
[Errno 2] No such file or directory: '__init__.py' (parse-error)
Run python /home/runner/work/_actions/Silleellie/pylint-github-action/v1/get_score_color.py
  python /home/runner/work/_actions/Silleellie/pylint-github-action/v1/get_score_color.py
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.10.13/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.10.13/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.10.13/x64/lib
Traceback (most recent call last):
  File "/home/runner/work/_actions/Silleellie/pylint-github-action/v1/get_score_color.py", line 6, in <module>
    numeric_score = re.search(r"(?<=\s)(\d+\.\d+)\/\d+(?=\s)", pylint_result).group().split("/")[0]
AttributeError: 'NoneType' object has no attribute 'group'
Error: Process completed with exit code 1.

Thank you for looking into it,
Jarda

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.