shard-ameba/spec/ameba
fn ⌃ ⌥ 7b437fbd2f
Remove normalize parameter from expect_issue (#249)
* Add `normalize` parameter to `expect_correction`

* Convert Style/IsAFilter spec

* Revert "Add `normalize` parameter to `expect_correction`"

This reverts commit 4b67e4b900.

* Remove `normalize` parameter from `expect_issue`

* Require indentation if multiple issues on a single line

* Update `Style/IsAFilter` spec

* Update `ExpectIssue` documentation

* Add missing `expect_no_corrections`

* Use carets and space with issues at column 1 or 2

* Update `expect_issue` docs
2021-11-06 15:15:19 +02:00
..
ast Add Lint/AmbiguousAssignment rule (#244) 2021-10-19 11:44:41 +02:00
cli Add --rules switch to the CLI 2021-01-09 21:01:04 +01:00
formatter Re-run autocorrect until all correctable issues have been corrected 2021-10-25 15:09:44 -07:00
rule Remove normalize parameter from expect_issue (#249) 2021-11-06 15:15:19 +02:00
source Add Source::Corrector and Source::Rewriter 2021-10-25 12:38:29 -07:00
spec Re-run autocorrect until all correctable issues have been corrected 2021-10-25 15:09:44 -07:00
base_spec.cr Disable performance rules for spec files 2021-04-18 09:39:55 +03:00
config_spec.cr Fix newly found issues 2021-02-04 21:59:22 +01:00
glob_utils_spec.cr Handle duplicated files on GlobUtils (#151) 2020-04-19 11:52:15 +03:00
inline_comments_spec.cr Make InlineComments::COMMENT_DIRECTIVE_REGEX more strict (#146) 2020-04-11 09:55:41 +03:00
issue_spec.cr Re-run autocorrect until all correctable issues have been corrected 2021-10-25 15:09:44 -07:00
reportable_spec.cr Rename Error to Issue 2018-06-12 12:55:56 +03:00
runner_spec.cr Raise error if infinite correction loop 2021-10-26 22:22:22 -07:00
severity_spec.cr Fix newly found issues 2021-02-04 21:59:22 +01:00
source_spec.cr Utilize Source#spec? 2021-02-03 17:25:46 +02:00
tokenizer_spec.cr Normalize sources for tests 2018-09-07 15:07:03 +03:00