Closed epignatelli closed 1 year ago
************* Module navix.environments.keydoor navix/environments/keydoor.py:1:0: C0114: Missing module docstring (missing-module-docstring) navix/environments/keydoor.py:9:0: C0115: Missing class docstring (missing-class-docstring) navix/environments/keydoor.py:10:4: R0914: Too many local variables (18/15) (too-many-locals) navix/environments/keydoor.py:11:13: C0103: Variable name "k1" doesn't conform to snake_case naming style (invalid-name) navix/environments/keydoor.py:11:17: C0103: Variable name "k2" doesn't conform to snake_case naming style (invalid-name) navix/environments/keydoor.py:11:21: C0103: Variable name "k3" doesn't conform to snake_case naming style (invalid-name) Report ====== 21 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |1 |NC |NC |0.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |class |1 |NC |NC |0.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |method |1 |NC |NC |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |function |0 |NC |NC |0 |0 | +---------+-------+-----------+-----------+------------+---------+ 55 lines have been analyzed Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |44 |80.00 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |0 |0.00 |NC |NC | +----------+-------+------+---------+-----------+ |comment |3 |5.45 |NC |NC | +----------+-------+------+---------+-----------+ |empty |8 |14.55 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |0 |NC |NC | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.000 |NC |NC | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |5 |NC |NC | +-----------+-------+---------+-----------+ |refactor |1 |NC |NC | +-----------+-------+---------+-----------+ |warning |0 |NC |NC | +-----------+-------+---------+-----------+ |error |0 |NC |NC | +-----------+-------+---------+-----------+ Messages -------- +-------------------------+------------+ |message id |occurrences | +=========================+============+ |invalid-name |3 | +-------------------------+------------+ |too-many-locals |1 | +-------------------------+------------+ |missing-module-docstring |1 | +-------------------------+------------+ |missing-class-docstring |1 | +-------------------------+------------+ ----------------------------------- Your code has been rated at 7.14/10