Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
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: AtomLinter/linter-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.4
Choose a base ref
...
head repository: AtomLinter/linter-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.5
Choose a head ref
  • 8 commits
  • 3 files changed
  • 4 contributors

Commits on Apr 16, 2018

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

Commits on Apr 22, 2018

  1. ci: fix deployment scripts

    Use build stages to only run the deployment script when running onmaster. Ensure that the latest LTS release of Node.js is installed inthe deployment build before attempting to run it, and add `commitlint`to the test stage to ensure commit messages are linted.
    Arcanemagus committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    5e0dbfe View commit details
    Browse the repository at this point in the history
  2. ci: make each stage explicit

    Make each stage of the build explicit, allowing us to keep stable andbeta builds of Rust, as well as run `commitlint` in a separate job.
    Arcanemagus committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    b418a4d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #131 from AtomLinter/arcanemagus/fix-ci-deployment

    ci: fix deployment scripts
    Arcanemagus authored Apr 22, 2018
    Configuration menu
    Copy the full SHA
    503f351 View commit details
    Browse the repository at this point in the history
  4. ci: don't install latest Node.js in deploy

    Remove the `nvm install lts/*` line from the deploy script as the
    default Node.js version _should_ be sufficient.
    Arcanemagus committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    89b9a73 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d401d6 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #132 from AtomLinter/greenkeeper/xregexp-4.1.1

    fix(package): update xregexp to version 4.1.1
    Arcanemagus authored Apr 22, 2018
    Configuration menu
    Copy the full SHA
    fd548be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b1bcf51 View commit details
    Browse the repository at this point in the history
Loading