Commit Graph

83 Commits

Author SHA1 Message Date
Sijawusz Pur Rahnama 9a8538aa69
Update README.md 2023-06-09 09:57:26 +02:00
Sijawusz Pur Rahnama 262e31c35b Cleanup README mention (MT is enabled by default) 2023-06-08 02:26:39 +02:00
Sijawusz Pur Rahnama 8fbaf302ca
Remove SWUbanner 2023-01-28 12:14:19 +01:00
Sijawusz Pur Rahnama 0efaed9091
Remove Travis CI references in `README.md` 2023-01-28 11:05:18 +01:00
Vitalii Elenhaupt ff79cefaa8
Remove gitter badge 2023-01-28 09:35:55 +02:00
Vitalii Elenhaupt 74407cc8f5
Merge branch 'master' into Sija/release-1.4.0 2023-01-22 18:05:21 +02:00
Sijawusz Pur Rahnama 1a60cc3c18 Update `README.md` in re: to the GHCR 2023-01-02 18:25:50 +01:00
Sijawusz Pur Rahnama 1af70749b8 Bump to v1.4.0 2022-12-20 17:03:08 +01:00
Sijawusz Pur Rahnama 1261f4ba6d Tweak `README.md` 2022-12-08 17:47:22 +01:00
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