mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix some mistakes
This commit is contained in:
parent
766bcb3dd9
commit
52411dadc5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue