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.
2 parents 7292afa + 1214249 commit 80d7d4dCopy full SHA for 80d7d4d
.github/workflows/ci.yml
@@ -30,6 +30,9 @@ jobs:
30
- run: jt install eclipse
31
- name: Install RuboCop
32
run: gem install --no-document rubocop:0.66.0
33
+ - name: Build with --warning-as-error to ensure there are no non-deprecation warnings
34
+ # See comment in ci.jsonnet about --jdt
35
+ run: jt build -- --jdt builtin --warning-as-error --force-deprecation-as-warning
36
- run: jt lint
37
38
build:
0 commit comments