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: vivicoco/syntastic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: vim-syntastic/syntastic
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.
  • 17 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    5788b1c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Configuration menu
    Copy the full SHA
    6374164 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    d97a664 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    f2ddb48 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Perl6 is dead, long live Raku!

    lcd047 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    37ba248 View commit details
    Browse the repository at this point in the history
  2. Bug fix: wrong loading guard.

    lcd047 committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a739985 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Checker verilog/verilator: update format (@

    xdch47).
    lcd047 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    176f364 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Configuration menu
    Copy the full SHA
    c89741e View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Fix Erlang checker for test files with no test cfg

    If we're editing a file in the "test" directory, the syntax checker
    assumes we should use the 'test' profile and attempts to read from
    "rebar.test.config" instead of "rebar.config". However, it is common to
    have Erlang projects with tests that don't necessarily use a separate
    "rebar.test.config" file, and in those types of projects the syntax
    checker will break. This patch handles this case by falling back to
    using "rebar.config" for tests if a separate "rebar.test.config" file is
    not found.
    nickelization committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    fbaf3dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request vim-syntastic#2372 from nickelization/erlang-test-…

    …config-fallback
    
    Fix Erlang checker for test files with no test cfg
    lcd047 authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    7414f30 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Checker go/golangci_lint: add cwd parameters

    Some linters("typecheck", "lll") need pacakge path to work.
    These linters were supported by golangci-lint, however can't work
    correctly in Syntastic with lacking of package path.
    wudongxue committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    97bf9ec View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    d086f49 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. Configuration menu
    Copy the full SHA
    2c4b33f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Fallback format for ansible_lint

    ds committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b7f4f71 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. README: add deprecation note.

    lcd047 committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6f638ed View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Configuration menu
    Copy the full SHA
    22073ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d5e37c View commit details
    Browse the repository at this point in the history
Loading