Go to file
Vitalii Elenhaupt f7fc34db19
Badgefy
2017-10-30 22:10:03 +02:00
spec Docs & tests 2017-10-30 22:00:01 +02:00
src Docs & tests 2017-10-30 22:00:01 +02:00
.editorconfig Hello, Ameba 2017-10-26 19:46:58 +03:00
.gitignore Hello, Ameba 2017-10-26 19:46:58 +03:00
.travis.yml Hello, Ameba 2017-10-26 19:46:58 +03:00
LICENSE Hello, Ameba 2017-10-26 19:46:58 +03:00
README.md Badgefy 2017-10-30 22:10:03 +02:00
shard.yml Hello, Ameba 2017-10-26 19:46:58 +03:00

README.md

Ameba

Code style linter for Crystal

(a single-celled animal that catches food and moves about by extending fingerlike projections of protoplasm)

Status

CONSTRUCTION ZONE 🚧

Installation

Add this to your application's shard.yml:

development_dependencies:
  ameba:
    github: veelenga/ameba

Usage

require "ameba"

Ameba.run
Inspecting 7 files.


..F...F

7 inspected, 2 failures.

src/ameba/formatter.cr:47
LineLength: Line too long [122]

src/ameba.cr:18
LineLength: Line too long [81]

Contributing

  1. Fork it ( https://github.com/veelenga/ameba/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • veelenga Vitalii Elenhaupt - creator, maintainer