Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(getSlidingPercent rule): #19

Merged
merged 3 commits into from
Jun 29, 2018
Merged

Conversation

mhartington
Copy link
Member

No description provided.

class GetSlidingPercentRenamedWalker extends Lint.RuleWalker {
visitCallExpression(node: ts.CallExpression) {
const expression = node.expression as any;
console.log(expression.name);
Copy link

Choose a reason for hiding this comment

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

console.log

@coveralls
Copy link

coveralls commented Jun 29, 2018

Pull Request Test Coverage Report for Build 166

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 62.419%

Totals Coverage Status
Change from base Build 160: 0.3%
Covered Lines: 479
Relevant Lines: 700

💛 - Coveralls

@imhoffd imhoffd merged commit 2617d26 into develop Jun 29, 2018
@imhoffd imhoffd deleted the feat/getSlidingPercentRenamed branch June 29, 2018 19:07
cwoolum pushed a commit that referenced this pull request Jun 29, 2018
# [1.2.0](v1.1.0...v1.2.0) (2018-06-29)

### Bug Fixes

* **rules:** fix ion-button-is-now-an-element for angular html syntax ([bb5f631](bb5f631))
* **test:** add proper closing tag ([39f373f](39f373f))
* **test:** prefer `mocha` over `mocha test` ([9122393](9122393))

### Features

* **datetime:** add check for import change ([1a9928b](1a9928b))
* **getSlidingPercent rule:** ([#19](#19)) ([2617d26](2617d26))
* **rule:** add new ion-chip rule ([6fc7d7d](6fc7d7d))
* **rule:** ion-item-options markup has changed ([#15](#15)) ([c48e556](c48e556))
* **rules:** add ion-fab-attributes-renamed rule ([#16](#16)) ([a71d8bc](a71d8bc))
* **rules:** add ion-fab-button-is-now-an-element rule ([f793b16](f793b16))
* **rules:** add ion-item-is-now-an-element rule ([#10](#10)) ([846a37e](846a37e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants