Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SublimeLinter/SublimeLinter-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: braver-patch-1
Choose a base ref
...
head repository: SublimeLinter/SublimeLinter-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on May 23, 2018

  1. Merge pull request #22 from SublimeLinter/braver-patch-1

    Fix #21 don’t lint embedded ruby
    braver authored May 23, 2018
    Configuration menu
    Copy the full SHA
    4e57644 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2025

  1. Switch to py38

    kaste committed Apr 24, 2025
    Configuration menu
    Copy the full SHA
    96b2563 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2025

  1. Remove obsolete travis file

    kaste committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    98d279a View commit details
    Browse the repository at this point in the history
  2. Rewrite regex for newer rubys

    ruby -wc now shows context lines and a prettier format for syntax
    errors.  Adjust the regex for that.
    
    Note that ruby might emit "syntax errors" (plural!) for one line, and
    we just read and pass the first one.
    kaste committed Sep 12, 2025
    Configuration menu
    Copy the full SHA
    abca79a View commit details
    Browse the repository at this point in the history
Loading