Skip to content

[Refactor] Suppress warnings from Ruby #518

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

Merged
merged 4 commits into from
Mar 20, 2016

Conversation

tricknotes
Copy link
Member

No description provided.

To suppress the following warning:
```
warning: assigned but unused variable - e
```
To make readable and suppress the following warning:
```
warning: mismatched indentations at 'end' with 'if' at 72
```
To suppress the following warning:
```
warning: ambiguous first argument; put parentheses or a space even after
`/' operator
```
To suppress the following warning:
```
warning: assigned but unused variable - content
```
tricknotes added a commit that referenced this pull request Mar 20, 2016
[Refactor] Suppress warnings from Ruby
@tricknotes tricknotes merged commit fd01ceb into emberjs:master Mar 20, 2016
@tricknotes tricknotes deleted the suppress-warning branch March 20, 2016 11:19
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.

1 participant