Jeroen Engels
|
472df5179a
|
2.3.10
|
2021-03-06 17:19:41 +01:00 |
|
Jeroen Engels
|
b9c2ede226
|
Find and display the shortest import cycle (#33)
|
2021-03-06 14:13:43 +01:00 |
|
Jeroen Engels
|
d805e097b1
|
Simplify check for all errors
|
2021-03-01 22:33:55 +01:00 |
|
Jeroen Engels
|
bae9b420d0
|
Extract import cycle error into a function
|
2021-03-01 19:49:17 +01:00 |
|
Jeroen Engels
|
cb6c13e645
|
Improve reviewV2's error message too
|
2021-03-01 19:44:20 +01:00 |
|
Jeroen Engels
|
e4df0e01ee
|
Extract creation of global error to a new function
|
2021-03-01 19:37:39 +01:00 |
|
Jeroen Engels
|
ac68adc905
|
Make the import cycle look more like the compiler's message
|
2021-03-01 09:48:54 +01:00 |
|
Jeroen Engels
|
6bf6d41c55
|
Backport NoUnsafeRegexFromLiteral rule
|
2021-02-28 18:51:45 +01:00 |
|
Jeroen Engels
|
abc73163b1
|
Show whitespace errors even for new lines
|
2021-02-28 18:34:29 +01:00 |
|
Jeroen Engels
|
bd1494deff
|
2.3.9
|
2021-02-23 22:45:07 +01:00 |
|
Jeroen Engels
|
bddfd7b071
|
Fix wrong documentation
|
2021-02-23 22:31:16 +01:00 |
|
Jeroen Engels
|
944c868a8d
|
Update docs.json
|
2021-02-23 22:26:55 +01:00 |
|
Jeroen Engels
|
6b409c8547
|
Display the import cycle when one occurs
|
2021-02-23 22:22:04 +01:00 |
|
Jeroen Engels
|
e2a3c23585
|
Update elm-format to 0.8.5
|
2021-02-14 20:54:56 +01:00 |
|
Jeroen Engels
|
1e0d784b2e
|
Update elm-tooling
|
2021-02-14 20:53:32 +01:00 |
|
Jeroen Engels
|
3b023a127f
|
Update elm-review
|
2021-02-14 20:52:56 +01:00 |
|
Jeroen Engels
|
c2bd27d419
|
Remove unused imports from examples
|
2021-02-14 20:39:46 +01:00 |
|
Jeroen Engels
|
2a20346748
|
Update elm-test
|
2021-02-10 17:18:32 +01:00 |
|
Jeroen Engels
|
a4bb1719b5
|
Backport rules from elm-review-code-style
|
2021-02-10 17:15:09 +01:00 |
|
Jeroen Engels
|
b3c9d82764
|
Update review/ deps
|
2021-02-10 17:10:20 +01:00 |
|
Jeroen Engels
|
584f0bef8a
|
Adapt tests to elm-syntax fix
|
2021-02-02 16:03:05 +01:00 |
|
Jeroen Engels
|
c6dc580b86
|
Require elm-syntax v7.2.0 and higher
|
2021-02-02 16:00:21 +01:00 |
|
Jeroen Engels
|
7a0f179a70
|
Add elm-tooling to manage dependencies
|
2021-01-28 16:19:48 +01:00 |
|
Jeroen Engels
|
164158f44e
|
Fix review error
|
2021-01-24 16:49:16 +01:00 |
|
Jeroen Engels
|
4669fe3960
|
Backport elm-review-unused
|
2021-01-24 16:46:42 +01:00 |
|
Jeroen Engels
|
63819d3fb7
|
Backport elm-review-debug
|
2021-01-24 16:43:58 +01:00 |
|
Jeroen Engels
|
fa8bc02068
|
Backport rules from elm-review-common
|
2021-01-19 21:45:35 +01:00 |
|
MartinSStewart
|
84c7828604
|
Fix some typos
|
2021-01-19 21:45:15 +01:00 |
|
Jeroen Engels
|
cb604c782f
|
Backport unused and test-values
|
2020-12-23 19:12:04 +01:00 |
|
Jeroen Engels
|
640db10150
|
Handle source-directories starting with ./ for isInSourceDirectories
|
2020-12-21 21:45:59 +01:00 |
|
Jeroen Engels
|
2a4c93a0b4
|
Remove unused imports
|
2020-12-21 21:45:55 +01:00 |
|
Jeroen Engels
|
d889bbb194
|
v2.3.8
|
2020-12-08 00:13:09 +01:00 |
|
Jeroen Engels
|
8c2a284be4
|
Register exposed ports from other modules
|
2020-12-08 00:10:45 +01:00 |
|
Jeroen Engels
|
0ce41bbad5
|
Make moduleNameForValue also look at the types for dependency modules
|
2020-12-08 00:10:45 +01:00 |
|
Jeroen Engels
|
f044f9cd1d
|
ModuleNameLookupTable: Add test to make sure that aliasing in patterns works
|
2020-12-06 14:30:39 +01:00 |
|
Jeroen Engels
|
b082ce7751
|
v2.3.7
|
2020-12-05 12:47:00 +01:00 |
|
Jeroen Engels
|
c6ca7ec9fe
|
Backport elm-review-unused
|
2020-12-05 12:40:40 +01:00 |
|
Jeroen Engels
|
dd1ffc5266
|
Only add type aliases to the scope if they alias a record
|
2020-12-05 12:37:51 +01:00 |
|
Jeroen Engels
|
0146b90032
|
v2.3.6
|
2020-11-18 10:27:34 +01:00 |
|
Jeroen Engels
|
4741615afd
|
Bump to elm-format 0.8.4
|
2020-11-18 10:27:34 +01:00 |
|
Jeroen Engels
|
fe248765c1
|
Update GitHub action node script
|
2020-11-18 10:27:34 +01:00 |
|
Jeroen Engels
|
13371a1af9
|
Backport rules from elm-review-noop
|
2020-11-18 10:16:23 +01:00 |
|
Jeroen Engels
|
ed1f40bbc3
|
Fix ModuleNameLookupTable not registering aliases from the prelude
|
2020-11-18 10:07:16 +01:00 |
|
Josh Bebbington
|
a2ab3f4007
|
Update references to jfmengels/review-unused
|
2020-10-26 19:47:47 +01:00 |
|
Jeroen Engels
|
ba05c7c74d
|
v2.3.5
|
2020-10-24 00:20:26 +02:00 |
|
Jeroen Engels
|
d9389b54bd
|
Register module names used in ports
|
2020-10-24 00:19:52 +02:00 |
|
Jeroen Engels
|
7ce8bf3f96
|
v2.3.4
|
2020-10-23 09:30:26 +02:00 |
|
Jeroen Engels
|
0bf974b569
|
Fix incorrect prelude
|
2020-10-22 23:12:34 +02:00 |
|
Jeroen Engels
|
d532bb9fb3
|
Remove Travis
|
2020-10-01 16:22:24 +02:00 |
|
dependabot[bot]
|
d1aef446cd
|
Bump lodash from 4.17.15 to 4.17.20 (#20)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.20)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-09-28 23:16:32 +02:00 |
|