Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Update license to EPL 2.0 #4

Merged
merged 3 commits into from
Aug 10, 2018
Merged

Update license to EPL 2.0 #4

merged 3 commits into from
Aug 10, 2018

Conversation

sunix
Copy link
Contributor

@sunix sunix commented Aug 8, 2018

Signed-off-by: Sun Tan <sutan@redhat.com>
@benoitf
Copy link
Member

benoitf commented Aug 8, 2018

if you want to enforce the rule: https://github.com/eclipse/theia-generator-plugin/blob/master/tslint.json#L3-L7

@sunix
Copy link
Contributor Author

sunix commented Aug 8, 2018

I guess I can reuse this tslint.json file for all our project

@sunix sunix requested a review from benoitf August 8, 2018 15:27
package.json Outdated
@@ -3,10 +3,14 @@
"scripts": {
"prepare": "lerna run prepare",
Copy link
Member

Choose a reason for hiding this comment

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

maybe have tslint in prepare or build task ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

package.json Outdated
"rebuild:electron": "theia rebuild:electron"
"rebuild:electron": "theia rebuild:electron",
"tslint-fix": "tslint --fix --project github-extension",
"tslint": "tslint --fix --project github-extension"
Copy link
Member

Choose a reason for hiding this comment

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

in your example I don't see differences between tslint and tslint-fix

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done: removed --fix in the tslint one

Signed-off-by: Sun Tan <sutan@redhat.com>
@sunix sunix merged commit c42d69d into eclipse:master Aug 10, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants