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

Relative 'extends' no longer error out in the XO VS Code extension, nor if running XO from a different folder #686

Merged
merged 6 commits into from
Oct 4, 2022

Commits on Aug 28, 2022

  1. Allow relative 'extends' from outside folder

    Allow relative 'extends' when starting XO from a folder different than
    the config file. This can also occur when using the XO VS Code
    extension. Fixes xojs#685
    andrewdbond committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    cde31a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. test: Add basic test for extends w/ relative path

    Add a basic test for 'extends' using a relative path.
    
    Related to xojs#685
    andrewdbond committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    3bc34ed View commit details
    Browse the repository at this point in the history
  2. test: Improve existing regression test w/ extends

    Improve previous extends test to use a relative path instead of a
    test-created absolute path. The config in issue 71 was initially
    described as relative, and is likely the more normal case.
    
    Related to xojs#685
    andrewdbond committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5989128 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bc1df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Update lint-files.js

    sindresorhus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    c6944af View commit details
    Browse the repository at this point in the history
  2. Update lint-files.js

    sindresorhus committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3c6700c View commit details
    Browse the repository at this point in the history