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

Remove license check #1035

Merged
merged 2 commits into from
Jun 23, 2024
Merged

Remove license check #1035

merged 2 commits into from
Jun 23, 2024

Conversation

jackcaver
Copy link
Contributor

@jackcaver jackcaver commented Jun 19, 2024

Closes #1032.


It's quite annoying and doesn't really do anything, it can also trigger on people who didn't modify the source code.
It is also very easy to disable it by making a commit in the local repo or just by changing IsDirty to always return true

Copy link
Member

@sudokoko sudokoko left a comment

Choose a reason for hiding this comment

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

public static bool IsDirty => ThisAssembly.Git.IsDirty;

This auto-property is unused and can be removed

@jackcaver
Copy link
Contributor Author

Technically it is still used by "version info" page, but sure, i can remove it, since that debug page only displays the value of this property

@sudokoko
Copy link
Member

sudokoko commented Jun 22, 2024 via email

@jackcaver
Copy link
Contributor Author

ok, removed it from those 2 places, is there anything else i need to change?

@jackcaver jackcaver requested a review from sudokoko June 22, 2024 23:12
@sudokoko sudokoko requested a review from Slendy June 22, 2024 23:15
@sudokoko sudokoko added this pull request to the merge queue Jun 23, 2024
Merged via the queue into LBPUnion:main with commit 0fd76f1 Jun 23, 2024
2 checks passed
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.

"Potential License Violation"
3 participants