maduck/GoWDiscordTeamBot

View on GitHub
game_assets.py

Summary

Maintainability
A
0 mins
Test Coverage

Missing function or method docstring
Open

    def exists(filename):
Severity: Info
Found in game_assets.py by pylint

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Missing module docstring
Open

import json
Severity: Info
Found in game_assets.py by pylint

Used when a module has no docstring.Empty modules do not require a docstring.

Missing function or method docstring
Open

    def path(filename):
Severity: Info
Found in game_assets.py by pylint

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Missing class docstring
Open

class GameAssets:
Severity: Info
Found in game_assets.py by pylint

Used when a class has no docstring.Even an empty class must have a docstring.

Missing function or method docstring
Open

    def load(filename):
Severity: Info
Found in game_assets.py by pylint

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

Variable name f doesn't conform to snake_case naming style
Open

        with open(path, encoding='utf8') as f:
Severity: Info
Found in game_assets.py by pylint

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

There are no issues that match your filters.

Category
Status