You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain plugins may not be compatible with all platforms that we run on. For example, we have identified issues with Hadolint on MacOS, and we have identified issues with swiftlint on non-MacOS systems.
Add a supported_platforms array key to the plugin definition:
Certain plugins may not be compatible with all platforms that we run on. For example, we have identified issues with Hadolint on MacOS, and we have identified issues with swiftlint on non-MacOS systems.
Add a
supported_platforms
array key to the plugin definition:Valid array values are
"macos"
,"linux"
, and"windows"
.If
supported_platforms
is empty, treat it as all platforms. Ifsupported_platforms
is not blank:qlty init
should only enable the plugin if it is on a supported platform.info!
)The text was updated successfully, but these errors were encountered: