Skip to content

Commit

Permalink
Idea highlights calls to incubating conjure endpoints (#1529)
Browse files Browse the repository at this point in the history
Idea highlights calls to incubating conjure endpoints
carterkozak authored Nov 3, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2ccf530 commit da4193d
Showing 2 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/@unreleased/pr-1529.v2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
type: improvement
improvement:
description: Idea highlights calls to incubating conjure endpoints
links:
- https://github.com/palantir/gradle-baseline/pull/1529
Original file line number Diff line number Diff line change
@@ -363,6 +363,24 @@ class BaselineIdea extends AbstractBaselinePlugin {
</inspection_tool>
<inspection_tool class="PlaceholderCountMatchesArgumentCount" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="UnstableApiUsage" enabled="true" level="WARNING" enabled_by_default="true">
<option name="unstableApiAnnotations">
<set>
<option value="com.google.common.annotations.Beta" />
<option value="com.palantir.conjure.java.lib.internal.Incubating" />
<option value="io.reactivex.annotations.Beta" />
<option value="io.reactivex.annotations.Experimental" />
<option value="org.apache.http.annotation.Beta" />
<option value="org.gradle.api.Incubating" />
<option value="org.jetbrains.annotations.ApiStatus.Experimental" />
<option value="org.jetbrains.annotations.ApiStatus.Internal" />
<option value="org.jetbrains.annotations.ApiStatus.ScheduledForRemoval" />
<option value="rx.annotations.Beta" />
<option value="rx.annotations.Experimental" />
</set>
</option>
</inspection_tool>
</profile>
<option name="PROJECT_PROFILE" value="Project Default" />
<option name="USE_PROJECT_PROFILE" value="true" />

0 comments on commit da4193d

Please sign in to comment.