This repository has been archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ✨ Use new snyk code api [ROAD-495] (#28)
* chore: ⬆️ update to latest snyk-code api [ROAD-495] * chore: ⬆️ update version to 2.2.0 [ROAD-495] - also fix javadoc and bump dependencies * chore: ⬆️ update suggestions format with field leadURL [ROAD-495] * chore: ⬆️ cleanup redundant semicolon [ROAD-495] * chore: ⬆️ implement new analysis response payload [ROAD-495] * chore: ⬆️ wait for up to two minutes for analysis in integration test [ROAD-495] * chore: ⬆️ fix PR review items [ROAD-495] * chore: 🔥️ remove LoginUtilsBase.java [ROAD-495] * chore: split ExtendBundleRequest; adding some javadocs. * chore: reformat project sources with .editorconfig settings * chore: prepare 2.2.0 release Co-authored-by: Artsiom Chapialiou <[email protected]>
- Loading branch information
1 parent
75041d1
commit 6c539df
Showing
40 changed files
with
743 additions
and
840 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
end_of_line = lf | ||
indent_size = 2 | ||
indent_style = space | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false | ||
|
||
[*.kt] | ||
indent_size = 4 | ||
wildcard_import_limit = 999 | ||
ij_kotlin_packages_to_use_import_on_demand = ^ | ||
ij_kotlin_name_count_to_use_star_import = 999 | ||
ij_kotlin_name_count_to_use_star_import_for_members = 999 | ||
ij_kotlin_imports_layout = *, java.**, javax.**, kotlin.**, ^ | ||
|
||
[*.java] | ||
ij_java_names_count_to_use_import_on_demand = 999 | ||
ij_java_class_count_to_use_import_on_demand = 999 | ||
ij_java_packages_to_use_import_on_demand = ^ |
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
Oops, something went wrong.