Fix some mistakes

This commit is contained in:
Vitalii Elenhaupt 2017-11-17 20:58:52 +02:00
parent 766bcb3dd9
commit 52411dadc5
No known key found for this signature in database
GPG key ID: 7558EF3A4056C706

View file

@ -24,7 +24,7 @@ also catches code smells and wrong code constructions.
## How it works
Ameba's *"fingerlike projections"* are [rules](src/rule/). Each rule makes the inspection for that or
Ameba's *"fingerlike projections"* are [rules](src/ameba/rule/). Each rule makes the inspection for that or
another problem in the source code. Currently rules are able to:
- [x] simply validate lines of source code
@ -58,7 +58,7 @@ script:
- bin/ameba
```
Using this config Ameba will inspect files just and the specs run. Travis will also fail
Using this config Ameba will inspect files just after the specs run. Travis will also fail
the build if some problems detected.
### OS X