From 2a4cc568654fa2ad905bcd9bb24def6633d0a611 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Sun, 13 May 2018 22:00:08 +0300 Subject: [PATCH] Add a link to Roadmap --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d4e8360..a57c3404 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ Ameba is a static code analysis tool for the Crystal language. It enforces a consistent [Crystal code style](https://crystal-lang.org/docs/conventions/coding_style.html), also catches code smells and wrong code constructions. +See also [Roadmap](https://github.com/veelenga/ameba/wiki). + ## Usage Run `ameba` binary within your project directory to catch code issues: