Creating a Plugin - Not getting executed because not part of flavor? #2135
Unanswered
BrunoJuchli
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Can you try to host the plugin online ? Maybe it would work better |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there
I'm trying to create a plugin "for dotnet" to use the
dotnet jb
command (JetBrains ReSharper Command Line).The plugin gets successfully loaded:
However I later get this error:
I tried adding
FLAVOR_SUGGESTIONS: false
which didn't help. I guess it's only hiding the warning message, not actually changing the behavior?What's necessary for mega-linter to pick up the linter in the plugin descriptor and considering it available? Or can plugins only be used with the default flavor?
the plugin descriptor file looks like this:
Beta Was this translation helpful? Give feedback.
All reactions