Closed BethanyG closed 2 years ago
Reviewer Note:
Please merge this first, as it has a CI fix. Thanks!
Not enough rights to actually bring it in.
@ErikSchierboom - reviewers is not added to this repo. Any chance I can get a quick 👍🏽 for this and the other PR in the repo until we can figure out permissions? Many thanks!
Added base analyzer for
Ellen's Alien Game
(classes
).two-fer
(it did not take pylint comments into account)lib/ellens-alien-game/analyzer.py
lib/ellens-alien-game/.pylintrc
lib/common/pylint_comments.py
to accept exercise specific config files, with a default inlib/common/
.pylintrc
configuration inlib/common
With the last two changes, we're
movinginching toward exercise-specific pylint configurations, in preparation for creating new pylint-style rules to better analyze solutions.