EventGhost/EventGhost

View on GitHub
plugins/Meedio/__init__.py

Summary

Maintainability
B
4 hrs
Test Coverage

Function __init__ has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def __init__(self):
    self.AddAction(Up)
    self.AddAction(Down)
    self.AddAction(Left)
    self.AddAction(Right)
Severity: Major
Found in plugins/Meedio/__init__.py - About 2 hrs to fix

    File __init__.py has 256 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    eg.RegisterPlugin(
        name = "Meedio",
        author = "jorel1969",
        version = "0.1.1093",
        kind = "program",
    Severity: Minor
    Found in plugins/Meedio/__init__.py - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status