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

Remove console from Lint/Debugger #7636

Merged
merged 1 commit into from Jan 9, 2020

Commits on Jan 7, 2020

  1. Remove console from Lint/Debugger

    It's ambiguous and we can play games and try not to recognize:
    
    ```ruby
    console do
      with_a_block
    end
    ```
    
    But, other use cases will come up. Web Console supports
    `binding.console`, which is safe to recognize by a linter, so let's drop
    the ambiguous `console` one.
    gsamokovarov committed Jan 7, 2020
    Copy the full SHA
    f274609 View commit details
    Browse the repository at this point in the history