akaps / hanabi_ai

AI competition of the card game Hanabi, where the best AI is measured as the most cooperative and contributes to the highest scoring games
MIT License
1 stars 2 forks source link

Linter: duplicate-code #113

Closed akaps closed 5 years ago

akaps commented 5 years ago

Describe the bug We had to disable the rule from the linter, since we violate it in the current project

To Reproduce

  1. remove the rule from the disabled set of rules in .pylintrc
  2. run pylint hanabi_ai

Expected behavior pylint comes back clean, 10/10 score

akaps commented 5 years ago

Resolved with #130