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

[CI] add license checker #1448

Merged
merged 7 commits into from
Mar 26, 2020
Merged

Conversation

haroldrandom
Copy link
Contributor

@haroldrandom haroldrandom commented Mar 25, 2020

  • Add a CI job to check Microsoft License explicitly using azdev
  • remove old license check from static check

This checklist is used to make sure that common guidelines for a pull request are followed.

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally?

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update src/index.json automatically.
The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify src/index.json.

@haroldrandom haroldrandom self-assigned this Mar 25, 2020
@haroldrandom haroldrandom marked this pull request as ready for review March 25, 2020 09:28
@haroldrandom haroldrandom merged commit 3f78c4f into Azure:master Mar 26, 2020
@haroldrandom haroldrandom deleted the license-checker branch March 26, 2020 02:51
@@ -1,7 +1,7 @@
# --------------------------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.
Copy link
Member

Choose a reason for hiding this comment

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

License.txt is outdated. The filename is LICENSE.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There are several style License among our repos, fixing it would be a big project, I will re-format them later.

ManuInNZ pushed a commit to ManuInNZ/azure-cli-extensions that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants