Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int-index/haslex-guard
https://github.com/int-index/haslex-guard
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/int-index/haslex-guard
- Owner: int-index
- License: bsd-3-clause
- Created: 2017-03-14T20:56:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T15:38:28.000Z (over 7 years ago)
- Last Synced: 2024-11-07T03:48:43.546Z (2 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Haslex Guard
[![Build Status](https://travis-ci.org/int-index/haslex-guard.svg?branch=master)](https://travis-ci.org/int-index/haslex-guard)
Verify your Haskell source files against exceptionally strict and opinionated
whitespace and formatting rules. For now, the rules are:* the lines should not exceed 80 characters
* indentation should be exactly 2 spaces
* no trailing whitespace# Usage
```
stack exec -- haslex-guard [FILENAME.hs]...
```