An open API service indexing awesome lists of open source software.

https://github.com/jackfirth/syntax-warn

Define syntax warnings for Racket code
https://github.com/jackfirth/syntax-warn

Last synced: 2 months ago
JSON representation

Define syntax warnings for Racket code

Awesome Lists containing this project

README

        

# syntax-warn [![Build Status](https://travis-ci.org/jackfirth/syntax-warn.svg?branch=master)](https://travis-ci.org/jackfirth/syntax-warn) [![Coverage Status](https://coveralls.io/repos/github/jackfirth/syntax-warn/badge.svg?branch=master)](https://coveralls.io/github/jackfirth/syntax-warn?branch=master) [![Scribble Docs](https://img.shields.io/badge/Docs-Scribble%20-blue.svg)](http://jackfirth.github.io/syntax-warn)
Add arbitrary syntax warnings and suggested refactorings to Racket code.

#### Related work

- [`racket-review`](https://github.com/Bogdanp/racket-review), a surface-level Racket code linter that cooperates with Emacs and Flycheck