Skip to content

sampolmx/pylint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pylint.lib

Extend Pylint capabilities with custom checkers and utilities.

License :contentReference[oaicite:0]{index=0}
Python :contentReference[oaicite:1]{index=1}
GitHub Actions


📑 Table of Contents


🧐 Overview

pylint.lib is a Python library that provides custom Pylint checkers, formatters, and utilities to enforce code quality and style guidelines in your projects. It lets teams define organization-specific rules, integrate seamlessly into existing linting workflows, and extend Pylint functionality without hacks.


🚀 Features

  • 📌 Custom Checkers: Enforce project-specific lint rules.
  • 🔄 Autofix Suggestions: Offer automatic remediation hints for common issues.
  • ⚙️ Configurable: Enable or disable plugins via .pylintrc.
  • 📦 Packaging Support: Distribute as a pip-installable package.
  • 🛠 CI Integration: Built-in support for GitHub Actions, Travis CI, etc.

🛠 Installation

Install from PyPI:

pip install pylint.lib
-----
- or install latest from source
git clone https://github.com/sampolmx/pylint.git
cd pylint
pip install .
-----
### Usage

pylint --load-plugins=pylint_lib path/to/your/code

About

Anti malware , "I got you" an open source code distribution and created by Sam Polanc whit pylint.lib

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Generated from sampolmx/antimalware