Matt Bierner
cf9086e22f
Merge pull request #88 from microsoft/dependabot/npm_and_yarn/test-data/invalid-install/js-yaml-3.13.1
...
Bump js-yaml from 3.12.0 to 3.13.1 in /test-data/invalid-install
2019-11-25 13:10:47 -08:00
Matt Bierner
151d506433
Bump mocha version
2019-11-11 16:24:01 -08:00
Matt Bierner
3a7af08409
Fix lint
2019-11-11 16:16:56 -08:00
dependabot[bot]
80d719f60d
Bump js-yaml from 3.12.0 to 3.13.1 in /test-data/invalid-install
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases )
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-11-12 00:13:34 +00:00
Matt Bierner
5bb362106a
0.5.5
2019-11-11 16:09:50 -08:00
Matt Bierner
af9d244176
Restore cwd after linting finishes
...
https://github.com/microsoft/TypeScript/issues/35001
2019-11-11 16:08:41 -08:00
Matt Bierner
4fd2032483
Update ts version
2019-11-11 16:06:25 -08:00
Matt Bierner
2ec36d961a
Bump deps
2019-08-21 11:39:39 -07:00
Matt Bierner
637f354002
Update internal tslint version
...
Fixes #84
2019-08-21 11:38:37 -07:00
Matt Bierner
1c0f74a52d
0.5.4
2019-07-10 16:42:34 -07:00
Matt Bierner
071ebb724b
Make sure we pass along packageManager from plugin
2019-07-10 16:41:42 -07:00
Matt Bierner
eb7eb2c24e
0.5.3
2019-06-28 11:07:02 -07:00
Matt Bierner
71de7a319d
Indent disable rule according to current line's indentation
...
Fixes #73
2019-06-27 16:02:54 -07:00
Matt Bierner
028091b839
0.5.2
2019-06-21 11:31:15 -07:00
Matt Bierner
0eece91f88
Make sure we set the correct diagnostic source on the tslint bad config message
2019-06-21 11:29:47 -07:00
Matt Bierner
6a69a9d55c
Fix lint error
2019-06-21 10:34:46 -07:00
Matt Bierner
e3c46d4de6
0.5.1
2019-06-21 10:32:17 -07:00
Matt Bierner
0d4a1a37e0
Add test for using tslint.js config file
...
#34
2019-06-21 10:30:34 -07:00
Matt Bierner
1fcde4a141
Treat mjs like js files
...
Fixes #80
2019-06-21 10:14:55 -07:00
Matt Bierner
244e9e00c6
Update dev deps
2019-06-10 13:32:59 -07:00
Matt Bierner
2536d6df3f
0.5.0
2019-06-10 13:31:39 -07:00
Matt Bierner
b95cd5a46e
Document `packageManager`
2019-06-10 13:30:35 -07:00
Matt Bierner
f645505951
Use TS 3.5.1
2019-06-10 11:58:15 -07:00
Matt Bierner
461fa054ec
Remove extra setting
2019-06-10 11:57:34 -07:00
Matt Bierner
0ecb1fa258
Merge pull request #79 from EB-Forks/feat/support-pnpm
...
feat: Support pnpm
2019-06-10 11:56:12 -07:00
ExE Boss
d08e67e388
feat: Support pnpm
2019-06-08 19:01:44 +02:00
Matt Bierner
bf4befd74b
Update dev deps
2019-05-21 16:51:03 -07:00
Matt Bierner
43a5b706d2
0.4.0
2019-05-21 16:47:32 -07:00
Matt Bierner
9dde9c7ce9
Report warnings in diagnostics when we find a tslint config file but encounte an error during actual linting
2019-05-21 16:42:05 -07:00
Matt Bierner
ebeeac10f9
Improving runner tracing to include method name
2019-05-21 16:39:04 -07:00
Matt Bierner
2c9a164938
Use keyof
2019-05-21 16:39:04 -07:00
Matt Bierner
1279d4fb04
Merge pull request #78 from rsheasby/patch-1
...
Fix typo
2019-05-21 16:38:54 -07:00
Ryan David Sheasby
19bff09fed
Fix typo
2019-05-14 10:03:26 +02:00
Matt Bierner
3d20f421ef
Merge pull request #76 from aleclarson/patch-1
...
docs: remove mockTypeScriptVersion from example
2019-05-03 11:57:18 -07:00
Alec Larson
27f438299c
docs: remove mockTypeScriptVersion from example
2019-05-03 12:12:36 -04:00
Matt Bierner
6d3b68c4df
Merge pull request #65 from luxcium/patch-1
...
disabling yarn gpg in Travis to fix hanging
2019-03-06 14:02:00 -08:00
Matt Bierner
de76e6390c
Merge pull request #67 from chemzqm/patch-1
...
coc.nvim support
2019-03-05 09:58:05 -08:00
Qiming zhao
ca1d25edf3
vim support
2019-03-06 00:35:15 +08:00
Benjamin Vincent
64afaf1d83
disabling yarn gpg in Travis to fix hanging
...
disabling yarn gpg in Travis to fix windows hanging
was submitted in Pull Request #64 (resubmitting in #65 )
as per https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/9
Oct '18
@AviVahl
Checked it without my before_install. Still got stuck. It appears the yarn installation (and pgp verification) occurs anyway, because my repo contains a yarn.lock.
The repo is setup using yarn workspaces, so I have no proper matching alternative in npm land yet. 😦
EDIT:
tried setting env variable YARN_GPG=no (via [Travis's] configuration) to force no gpg validation, but the container appears to be stuck on: Worker information
I’ve used secure env tokens (via Travis config- “hide from log”), which seems to be broken with Windows containers. Trying regular env var to see if [the behaviour] is different.
EDIT:
Yes! It was the gpg that install.sh of yarn runs. Build now passes, after setting the YARN_GPG=no environment variable.
and as per https://travis-ci.community/t/build-doesnt-finish-after-completing-tests/288/13
Oct '18
josh (@joshk) Josh Kalderimis
Travis CI Staff (Head of Product at @travis-ci)
Hi @chrisdothtml
Could you please try adding YARN_GPG=no to your .travis.yml config to see if this helps?
@BanzaiMan do we currently detect and kill rogue processes when a build finishes?
2019-03-05 03:04:33 -05:00
Matt Bierner
e044874737
Fix log message on invalid TS version
2019-02-26 11:32:31 -08:00
Matt Bierner
42775c8a3b
Update required version
...
Fixes #53
2019-02-07 10:38:24 -08:00
Matt Bierner
c060a53849
0.3.1
2019-01-31 16:20:25 -08:00
Matt Bierner
f80d3b8250
Fix fix-all actions showing up even on non-fixable errors
2019-01-31 16:20:05 -08:00
Matt Bierner
ab8e96d6d2
Fix linter errors
2019-01-21 16:48:16 -08:00
Matt Bierner
00a28d52b2
0.3.0
2019-01-21 16:32:58 -08:00
Matt Bierner
cf4920bda1
Don't repeat argument types
2019-01-21 16:31:23 -08:00
Matt Bierner
d85236c460
Use `getCombinedCodeFix` to return `fix all of Type X` fixes
...
Fixes #49
2019-01-21 16:29:17 -08:00
Matt Bierner
425ffede22
Fix TS Lint's fix all quick fix showing up on non-tslint errors
...
Fixes #48
2019-01-21 15:00:01 -08:00
Matt Bierner
2970dea706
Merge pull request #46 from kondi/fixnames
...
Prepare for better fix on save
2019-01-21 14:12:35 -08:00
Pusztai Tibor
f4bb9a3236
Set fixName in code fix actions to mark tslint fixes
2019-01-19 19:23:37 +01:00