We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ba88d commit 7a0a3d2Copy full SHA for 7a0a3d2
linter.py
@@ -3,6 +3,8 @@
3
4
5
class RubyLinter(Linter):
6
+ __abstract__ = True
7
+
8
def context_sensitive_executable_path(self, cmd):
9
# The default implementation will look for a user defined `executable`
10
# setting.
0 commit comments