Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Converted completed-docs rule to use a function instead of a walker #3466

Merged
merged 3 commits into from
Nov 13, 2017
Merged

Converted completed-docs rule to use a function instead of a walker #3466

merged 3 commits into from
Nov 13, 2017

Conversation

JoshuaKGoldberg
Copy link
Contributor

No rule logic is changed: just the types of scoping used to call it.

No rule logic is changed: just the types of scoping used to call it.
private static modifierAliases: { [i: string]: string } = {
export: "exported",
};
const modifierAliases: { [i: string]: string } = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

: string | undefined to be precise

@JoshuaKGoldberg
Copy link
Contributor Author

Unrelated build failures:

yarn add v1.1.0
[1/5] Validating package.json...
[2/5] Resolving packages...
⠁ ⠂ tslint-test-config-non-relative@file:test/external/tslint-test-config-non-rela⠄ typescript@2.2⡀ typescript@2.2⢀ typescript@2.2[3/5] Fetching packages...
warning There appears to be trouble with your network connection. Retrying...
warning There appears to be trouble with your network connection. Retrying...
warning There appears to be trouble with your network connection. Retrying...
warning There appears to be trouble with your network connection. Retrying...
error An unexpected error occurred: "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz: ESOCKETTIMEDOUT".

@ajafff
Copy link
Contributor

ajafff commented Nov 13, 2017

@JoshuaKGoldberg please hit the "Rebuild" button in CircleCI and ping me when it's done. After CI is green I can merge this.

@JoshuaKGoldberg
Copy link
Contributor Author

@ajafff could you? I don't have permissions to.

You need write permissions to trigger builds.

@ajafff
Copy link
Contributor

ajafff commented Nov 13, 2017

Neither do I. Maybe if you log into CircleCI again.
Otherwise you need to push some changes to trigger a new build. You can just amend the last commit without any additional changes and force push it.

tslint.json Outdated
@@ -4,6 +4,8 @@
},
"extends": "tslint:all",
"rules": {
"linebreak-style": false,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was probably not intended to be commited. Please revert this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agh..

@ajafff ajafff merged commit 88226fd into palantir:master Nov 13, 2017
@ajafff
Copy link
Contributor

ajafff commented Nov 13, 2017

Thanks @JoshuaKGoldberg

@JoshuaKGoldberg JoshuaKGoldberg deleted the completed-docs-walker branch November 13, 2017 19:52
HyphnKnight pushed a commit to HyphnKnight/tslint that referenced this pull request Apr 9, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants