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 5e8f8b3 commit d34e169Copy full SHA for d34e169
tool/jt.rb
@@ -2936,6 +2936,8 @@ def lint(*args)
2936
unless fast
2937
mx 'gate', '--tags', 'style' # mx eclipseformat, mx checkstyle and a few more checks
2938
2939
+ build
2940
+
2941
check_core_symbols
2942
check_parser
2943
check_options
@@ -2947,8 +2949,8 @@ def lint(*args)
2947
2949
check_source_files if ci?
2948
2950
check_heap_dump if ci?
2951
- build
2952
run_ruby('tool/find_unused_primitives.rb')
2953
2954
spotbugs
2955
end
2956
0 commit comments