Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
prepare:
fetch:
- url: "https://raw.githubusercontent.com/thejohnfreeman/lazy/master/config/checkstyle.checks.xml"
- url: "https://raw.githubusercontent.com/thejohnfreeman/lazy/master/config/checkstyle.suppressions.xml"
- url: "https://raw.githubusercontent.com/thejohnfreeman/lazy/master/config/pmd.xml"
engines:
pmd:
enabled: true
channel: "beta"
checkstyle:
enabled: true
channel: "beta"
ratings:
paths: "**.java"
exclude_paths: []
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# lazy

[![Code Climate](https://codeclimate.com/github/davehenton/lazy/badges/gpa.svg)](https://codeclimate.com/github/davehenton/lazy)
A library for type-safe, tractable lazy evaluation and late binding in Java.
Useful for defining [syntax-directed translations][sdt] with
[visitors][visitor] that look nearly identical to the semantic rules of their
Expand Down