Skip to content

Commit

Permalink
merge opprop master with all_commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewShf committed Jul 13, 2022
2 parents e4ced88 + 6741016 commit 4d3e9b1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
ignore:
- dependency-name: junit:junit
versions:
- 4.13.1
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Practical Immutability For Classes And Objects(PICO)
[![build-status](https://travis-ci.org/opprop/immutability.svg?branch=master)](https://travis-ci.org/opprop/immutability)
[![build-status](https://travis-ci.com/opprop/immutability.svg?branch=master)](https://travis-ci.com/opprop/immutability)


PICO is a type system that supports class level and object level immutability based on Checker Framework.
PICO is formalized in [clickme](https://github.com/topnessman/immutability-example/blob/master/Type_Rules.pdf).

0 comments on commit 4d3e9b1

Please sign in to comment.