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

New: Search .sonarwhalrc in user's homedir #863

Closed
wants to merge 2 commits into from
Closed

New: Search .sonarwhalrc in user's homedir #863

wants to merge 2 commits into from

Conversation

molant
Copy link
Member

@molant molant commented Mar 8, 2018

Pull request checklist

Make sure you:

For non-trivial changes, please make sure you also:

  • Added/Updated related documentation.
  • Added/Updated related tests.

Short description of the change(s)

Fix #718

const exts = JSON.parse(await readFileAsync(path.join(__dirname, './fixtures/notvalid/package.json'))).sonarwhalConfig;

sandbox.stub(resourceLoader, 'loadConfiguration').returns(exts);

t.plan(1);
// t.plan(1);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow CLI to be run without .sonarwhalrc in current directory
2 participants