Skip to content

Commit 4d3e9b1

Browse files
committed
merge opprop master with all_commits
2 parents e4ced88 + 6741016 commit 4d3e9b1

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gradle
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: junit:junit
10+
versions:
11+
- 4.13.1

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Practical Immutability For Classes And Objects(PICO)
2-
[![build-status](https://travis-ci.org/opprop/immutability.svg?branch=master)](https://travis-ci.org/opprop/immutability)
2+
[![build-status](https://travis-ci.com/opprop/immutability.svg?branch=master)](https://travis-ci.com/opprop/immutability)
33

44

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

0 commit comments

Comments
 (0)