Commit Graph

74 Commits

Author SHA1 Message Date
Vitalii Elenhaupt 4ec829e83d
Refresh readme
- [x] update running example
- [x] add Autocorrection section to Usage
- [x] move Explain issues section from Configuration to Usage
2022-12-02 09:24:15 +02:00
Vitalii Elenhaupt 73bd1ba5a3
Correct Ameba version in sample 2022-04-10 20:05:09 +03:00
Vitalii Elenhaupt 528ec460b0
Add StandWithUkraine banner 2022-03-11 09:28:44 +02:00
Stephen Dolan 42ac0664d7
Remove additional manual  
Co-authored-by: Vitalii Elenhaupt <3624712+veelenga@users.noreply.github.com>
2021-04-13 09:08:30 -04:00
Stephen Dolan 8de1e0905a Embed screencast in README 2021-04-12 14:43:26 -04:00
Sijawusz Pur Rahnama ea98554191
Add support for showing end location marker (#200)
* Add support for showing end location marker

* Cleanup Reportable method definitions

There’s no need for double splats, since they mess up method resolution, and obscure the actual - single (!) - argument - `status`, so… be gone

Also, all of the helpers return the constructed `Issue` like a behaving good methods.

* Refactor Util#affected_code

* Increase max length of trimmed lines to 120 characters

* Refactor Issue to use enum instead of a symbol for #status

* Optimize Reportable#valid?

* Add spec coverage for newly added Util methods

* Refactor DotFormatter a bit

Make text format moar in line with Crystal spec runner.

* Update README.md
2021-01-26 08:38:19 +02:00
Sijawusz Pur Rahnama 69f3921a68 Switch CI from Travis to GitHub Actions 2021-01-12 02:56:47 +01:00
Vitalii Elenhaupt 9a42d14a1e
Correct version in readme 2020-10-17 13:45:54 +03:00
Vitalii Elenhaupt 8613c5649f
Link docker hub 2020-08-26 23:05:59 +03:00
Vitalii Elenhaupt 61cd274db7
Update docker org in docs 2020-08-26 22:54:29 +03:00
Vitalii Elenhaupt a54af0363a
Bump v0.12.0 2020-03-27 20:09:04 +02:00
Vitalii Elenhaupt 9a6c4e52f4
Document Globs/Excluded 2020-03-22 15:08:04 +02:00
Hannes Käufler 976f9729d5 Fix link to crystal-lang.org (#123)
Without the scheme prefix it is being treated as a relative link inside this repo.
2019-12-15 19:09:33 +02:00
Vitalii Elenhaupt a4eb4afbcc
Bump v0.11.0 2019-11-29 20:25:08 +02:00
Vitalii Elenhaupt 6ff2582158
Link integrations 2019-11-25 14:11:17 +02:00
Vitalii Elenhaupt e8c00d171f
Fix crystal docs 2019-11-25 14:08:22 +02:00
Vitalii Elenhaupt 07e72b7bf9
Lint in parallel (#118)
* Lint in parallel

* Synced output for dot/flycheck formatters

* Re-raise exceptions raised in fibers

* Add readme instructions
2019-11-09 19:31:41 +02:00
Vitalii Elenhaupt 8a27a36c49
Bump v0.10.1 2019-09-14 18:33:28 +03:00
Vitalii Elenhaupt 8843235f5f
Change link to travis 2019-07-20 15:26:48 +03:00
Vitalii Elenhaupt cc73602e75
Update links in readme 2019-07-20 15:18:35 +03:00
Vitalii Elenhaupt f135389181
New logo 2019-07-20 15:04:36 +03:00
Vitalii Elenhaupt 276fc4409f
Let it be extensible (#112) 2019-07-18 13:53:04 +03:00
Vitalii Elenhaupt cb4c3a9d17
Version bump 0.10.0 2019-06-06 19:11:23 +03:00
Vitalii Elenhaupt ed66054596
Bump v0.9.2 2019-06-03 18:28:08 +03:00
Vitalii Elenhaupt 4000ac7d4d
Refresh readme example 2019-04-14 19:37:03 +03:00
Vitalii Elenhaupt a0da393429
Version bump v0.9.1 2019-03-23 19:26:35 +02:00
Vitalii Elenhaupt 43bb29d3fd
Link VSCode ext 2019-03-02 16:38:03 +02:00
Sijawusz Pur Rahnama c4016bd28c Use ~> operator in README installation section (#89) 2019-02-04 18:52:09 +02:00
Vitalii Elenhaupt d5402df7fe
Link vim ale integration 2019-01-29 12:52:31 +02:00
Vitalii Elenhaupt 5aa7ee4854
Version bump v0.9.0 2019-01-09 13:20:58 +02:00
Vitalii Elenhaupt c91da1aa08
Let ameba explain the issue at the specified location (#86) 2018-12-27 23:34:10 +02:00
Vitalii Elenhaupt f671d6f857
Show affected code while using a default formatter 2018-12-12 21:45:00 +02:00
Vitalii Elenhaupt d7952204a2
Bump v0.8.1 2018-10-20 18:27:34 +03:00
Vitalii Elenhaupt bbb0cf51e7
Use make to build ameba in docker, add installation info 2018-08-25 13:55:07 +03:00
Vitalii Elenhaupt 0d41ecdc29
Remove shard rockes badge 2018-08-24 23:28:25 +03:00
Vitalii Elenhaupt d9cfc90ece
Bump v0.8.0 2018-08-15 19:49:42 +03:00
Vitalii Elenhaupt 98f0aa71e9
Allow to disable group of rules using inline directives 2018-06-23 16:52:48 +03:00
V. Elenhaupt fafc5f4bdc
Allow filtering by group name (#65) 2018-06-18 10:25:06 +03:00
V. Elenhaupt 4cb5328513
Add rule namespaces: style, lint, layout (#63) 2018-06-16 14:50:59 +03:00
Vitalii Elenhaupt f3498c4db7
Bump v0.7.0 2018-06-15 11:54:11 +03:00
Vitalii Elenhaupt 319a90d5d7
Add version to shards.yml in usage
If the version is missed, shards utilite takes the latest
release which can break the build if the user is not ready
to upgrade
2018-05-14 16:28:46 +03:00
Vitalii Elenhaupt 2a4cc56865
Add a link to Roadmap 2018-05-13 22:00:08 +03:00
Eloy 0b54b10579 Add sublime linter plugin 2018-05-12 21:44:24 +03:00
Vitalii Elenhaupt 9708b94587
Typo in readme 2018-05-09 13:33:16 +03:00
Vitalii Elenhaupt 58e6b42ea9
Improve usage info & remove useless stuff 2018-05-09 00:28:06 +03:00
Sijawusz Pur Rahnama 956f2e4f49 Update README.md
Replace deprecated `crystal deps` command with `shards install`
2018-04-11 13:06:39 +03:00
Vitalii Elenhaupt 9f85b16e09 Add inline directives parsing and disabling 2018-01-30 16:09:00 +02:00
Vitalii Elenhaupt 2f9d31b02d
Add editor-integration section
closes #26
2018-01-24 15:23:00 +02:00
Vitalii Elenhaupt b27d9ca740
Fix missing code sample in docs 2017-12-26 18:34:58 +02:00
Vitalii Elenhaupt 63eda4e820
Change logo path 2017-12-12 08:16:34 +02:00