Skip to content
This repository has been 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-flake8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.1
Choose a base ref
...
head repository: AtomLinter/linter-flake8
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 20 commits
  • 11 files changed
  • 4 contributors

Commits on May 23, 2017

  1. Use Trusty image on Travis-CI

    Travis-CI builds of Atom beta are now required to be on the Trusty image
    to install all necessary dependencies properly.
    Arcanemagus committed May 23, 2017
    Copy the full SHA
    001f202 View commit details
  2. Merge pull request #448 from AtomLinter/arcanemagus/fix-ci

    Use Trusty image on Travis-CI
    Arcanemagus authored May 23, 2017
    Copy the full SHA
    18b14f7 View commit details

Commits on May 24, 2017

  1. Add default config files

    Set the default value for the `projectConfigFile` option
    to the patterns that flake8 uses when running from command line,
    as stated http://flake8.pycqa.org/en/latest/user/configuration.html.
    gpiress committed May 24, 2017
    Copy the full SHA
    e030573 View commit details
  2. Merge pull request #447 from gpiress/gpiress/default-linter-settings

    Add support to default config files
    Arcanemagus authored May 24, 2017
    Copy the full SHA
    73b3fbd View commit details

Commits on Jul 21, 2017

  1. Copy the full SHA
    51f0587 View commit details

Commits on Jul 25, 2017

  1. Update to eslint-config-airbnb-base v11.3.1

    Also includes an update to `eslint-plugin-import@^2.7.0` to satisfy the
    `peerDependencies` of `eslint-config-airbnb-base`.
    Arcanemagus committed Jul 25, 2017
    Copy the full SHA
    064f774 View commit details
  2. Merge pull request #460 from AtomLinter/greenkeeper/eslint-4.0.0

    Update eslint to version 4.3.0 🚀
    Arcanemagus authored Jul 25, 2017
    Copy the full SHA
    1a931d8 View commit details

Commits on Aug 19, 2017

  1. Pass filename to Flake8

    Pass the filename as the argument "stdin-display-name".
    Change the working directory where flask8 is executed to the same directory as the configuration file. This ensures that relative patterns defined in the configuration file work properly.
    Add test.
    
    This commit implements #454
    lucasdf committed Aug 19, 2017
    Copy the full SHA
    6c84a01 View commit details
  2. Handle multiple versions of Flake8

    Check which version of Flake8 is running before using version dependent commands.
    lucasdf committed Aug 19, 2017
    Copy the full SHA
    469d392 View commit details
  3. Copy the full SHA
    dc5d210 View commit details

Commits on Sep 2, 2017

  1. Copy the full SHA
    c2f99e5 View commit details

Commits on Sep 19, 2017

  1. 🆙 Update ESLint to v4.6.0 minimium

    Necessary to satisfy the peerDependencies of
    `eslint-config-airbnb-base@12.0.0`.
    Arcanemagus committed Sep 19, 2017
    Copy the full SHA
    60c83e5 View commit details
  2. 👕 Fix linting issues

    Arcanemagus committed Sep 19, 2017
    Copy the full SHA
    3d5405e View commit details

Commits on Sep 20, 2017

  1. Merge pull request #496 from AtomLinter/greenkeeper/eslint-config-air…

    …bnb-base-12.0.0
    
    Update eslint-config-airbnb-base to version 12.0.0 🚀
    Arcanemagus authored Sep 20, 2017
    Copy the full SHA
    6408200 View commit details

Commits on Dec 6, 2017

  1. Copy the full SHA
    5b3a09e View commit details
  2. Merge pull request #482 from lucasdf/stdin_filename

    Pass filename to Flake8
    Arcanemagus authored Dec 6, 2017
    Copy the full SHA
    4311397 View commit details
  3. Guard against invalid TextEditor and empty paths

    Occasionally `lint()` somehow gets called with invalid `TextEditor`s, or
    ones without a path. When these cases are hit simply return `null`
    instead of trying to process them.
    
    Fixes #527.
    Arcanemagus committed Dec 6, 2017
    Copy the full SHA
    f0e03bb View commit details
  4. Merge pull request #544 from AtomLinter/arcanemagus/path-guard

    Guard against invalid TextEditor and empty paths
    Arcanemagus authored Dec 6, 2017
    Copy the full SHA
    80058bc View commit details
  5. Update the changelog

    New version of the generator changed the style and cleaned a few things
    up.
    Arcanemagus committed Dec 6, 2017
    Copy the full SHA
    6904d00 View commit details
  6. Prepare v2.3.0 release

    Arcanemagus committed Dec 6, 2017
    Copy the full SHA
    0f3d359 View commit details
Loading