Skip to content

Commit

Permalink
Update to EISOP 3.32-eisop1 from 3.28-eisop1 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl authored Feb 1, 2024
2 parents 57c9837 + 221e935 commit 4c3b644
Show file tree
Hide file tree
Showing 518 changed files with 9,960 additions and 6,465 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
version: 2

updates:
- package-ecosystem: gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: daily
interval: "daily"
open-pull-requests-limit: 10
ignore:
- dependency-name: com.amazonaws:aws-java-sdk-bom
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ checker/bin/.do-like-javac
checker/bin/.scc/
checker/bin-devel/.html-tools
checker/bin-devel/.plume-scripts
checker/bin-devel/.run-google-java-format
checker/bin-devel/dockerdir
checker/src/main/resources/git.properties
# These tests are generated from those in checker/tests/calledmethods-lombok during the build.
Expand All @@ -59,6 +58,8 @@ plume-bib
manual.aux
manual.blg
manual.dvi
manual.fdb_latexmk
manual.fls
manual.haux
manual.html
manual.htoc
Expand Down Expand Up @@ -169,4 +170,6 @@ checker/tests/ainfer-nullness/annotated/
checker/tests/ainfer-nullness/inference-output/
checker/tests/ainfer-testchecker/annotated/
checker/tests/ainfer-testchecker/inference-output/
checker/tests/ainfer-resourceleak/annotated/
checker/tests/ainfer-resourceleak/inference-output/
framework/tests/returnsreceiverdelomboked/
Empty file added SKIP-REQUIRE-JAVADOC
Empty file.
Loading

0 comments on commit 4c3b644

Please sign in to comment.