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

synchronize CI functions with Amethyst #233

Merged
merged 18 commits into from
Feb 10, 2021
Merged

Conversation

ezpuzz
Copy link
Contributor

@ezpuzz ezpuzz commented Feb 3, 2021

this copies the configuration from Amethyst repos github CI

this will keep org code consistent and test book in CI

Comment on lines +1 to +14
{
"rust-analyzer.lens.enable": false,
"rust-analyzer.checkOnSave.overrideCommand": [
"cargo",
"+nightly",
"clippy",
"-Z",
"unstable-options",
"--message-format=json",
"--workspace",
"--no-default-features",
"--all-targets"
],
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why is this committed to the repo? The CodeLens disable in particular seems suspect?

@TomGillen
Copy link
Collaborator

@ezpuzz I have resolved the conflicts in this PR, but don't have permission to push the commit. Can you allow maintainers to edit the PR?

@TomGillen TomGillen merged commit a68e1d3 into amethyst:master Feb 10, 2021
@TomGillen TomGillen added the type: maintenance A task that has no noticeable user-facing effect. Code cleanup, small refactors, etc label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance A task that has no noticeable user-facing effect. Code cleanup, small refactors, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants