jiang1997 commented on PR #231: URL: https://github.com/apache/skywalking-python/pull/231#issuecomment-1227575549
It's kind of weird. I passed ``make lint`` in my local environment but still failed in Actions. Here is the message from ``CI / License and Lint (pull_request)`` ``` venv/bin/flake8 . ./tests/plugin/base.py:35:1: B024 TestPluginBase is an abstract base class, but it has no abstract methods. Remember to use @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators. class TestPluginBase(ABC): ^ ./skywalking/agent/protocol/__init__.py:22:1: B024 Protocol is an abstract base class, but it has no abstract methods. Remember to use @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators. class Protocol(ABC): ^ ./skywalking/trace/span.py:36:1: B024 Span is an abstract base class, but it has no abstract methods. Remember to use @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators. class Span(ABC): ^ 3 B024 Protocol is an abstract base class, but it has no abstract methods. Remember to use @abstractmethod, @abstractclassmethod and/or @abstractproperty decorators. 3 make: *** [Makefile:46: lint] Error 1 Error: Process completed with exit code 2. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
