Skip to content

Commit

Permalink
fix(jsii-pacmak): disable doclint (#4103)
Browse files Browse the repository at this point in the history
Our generated javadocs have some problems (PRs are out to fix them). We need to disable `doclint` otherwise proper error messages and doc failures get lost between the linting errors.



---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
  • Loading branch information
rix0rrr committed May 15, 2023
1 parent f0a1dfc commit 30afa09
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jsii-pacmak/lib/targets/java.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,8 @@ class JavaGenerator extends Generator {
'-J-XX:+TieredCompilation',
'-J-XX:TieredStopAtLevel=1',
],
doclint: 'none',
quiet: 'true',
},
},
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30afa09

Please sign in to comment.