-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
675 additions
and
344 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
apiDefinitions: | ||
abtesting: specs/abtesting/spec.yml | ||
analytics: specs/analytics/spec.yml | ||
insights: specs/insights/spec.yml | ||
personalization: specs/personalization/spec.yml | ||
query-suggestions: specs/query-suggestions/spec.yml | ||
recommend: specs/recommend/spec.yml | ||
search: specs/search/spec.yml | ||
|
||
lint: | ||
extends: | ||
- recommended | ||
|
||
rules: | ||
no-empty-servers: off | ||
info-license: off # for now we can keep it off. | ||
no-ambiguous-paths: off # this is out of our scope. | ||
no-enum-type-mismatch: warn # keeping the warning since it only occur on one edge case | ||
|
||
tag-description: error | ||
parameter-description: error | ||
operation-description: error | ||
operation-parameters-unique: error | ||
tags-alphabetical: error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
...earch-client-java-2/algoliasearch-core/com/algolia/model/OneOfstringbuiltInOperation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
package com.algolia.model; | ||
|
||
public class OneOfstringbuiltInOperation {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.