exercism / python-analyzer

GNU Affero General Public License v3.0
8 stars 13 forks source link

Added basic Pylint analyzers/checkers to Concept Exercises #34

Closed BethanyG closed 3 years ago

BethanyG commented 3 years ago

Added base analyzer.py files for card-games, cater-waiter, and chaitanas-colossal-coaster.
This will enable them to have a Pylint check as basic analysis while we get more custom analysis written.