shard-ameba/spec/ameba
Hugo Abonizio b023ae0baa Disallows while true (#22)
* Disallows `while true`

* Add syntax highlighting in documentation

* Replace `while true` occurrencies

* Add WhileTrue rule to config sample
2017-11-27 15:35:15 +02:00
..
ast Document entities 2017-11-15 23:37:16 +02:00
formatter Source#content -> Source#code, Source::Error#pos -> Source::Error#location 2017-11-07 23:02:38 +02:00
rule Disallows while true (#22) 2017-11-27 15:35:15 +02:00
base_spec.cr Make config loading more flexible 2017-11-23 10:41:22 +02:00
config_spec.cr Except & only cli flags 2017-11-23 19:49:45 +02:00
runner_spec.cr Except & only cli flags 2017-11-23 19:49:45 +02:00
source_spec.cr Source#content -> Source#code, Source::Error#pos -> Source::Error#location 2017-11-07 23:02:38 +02:00
tokenizer_spec.cr Refactor tokenizer 2017-11-04 17:38:04 +02:00