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 7acedbe commit 4740a2cCopy full SHA for 4740a2c
intellij-extension/build.gradle.kts
@@ -36,7 +36,7 @@ intellij {
36
tasks {
37
patchPluginXml {
38
sinceBuild.set("231")
39
- untilBuild.set("243.*")
+ untilBuild.set("251.*")
40
}
41
42
test {
src/cli.py
@@ -70,8 +70,7 @@ def main(args_in=None):
70
71
if args.json:
72
print([rule_results.json for rule_results in compliance_result])
73
-
74
- if args.format:
+ elif args.format:
75
display(compliance_result)
76
else:
77
print(compliance_result)
0 commit comments