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

Api Validation, Explicit API Mode & Linting #550

Merged
merged 17 commits into from
Jun 26, 2024

Conversation

Daeda88
Copy link
Contributor

@Daeda88 Daeda88 commented Jun 25, 2024

Fixes #535 #534 and adds lint. Also did some cleanup based on code inspection

By its very nature this is a large PR with many code changes. However, no functional changes where made in the code. I recommend reviewing the gradle & workflow scripts and just scanning the actual code

Also, because I know its controversial: I left lint to use the standard Intellij rules. This means that trailing commas have been added. I've not disabled any rules except for wildcard imports / import ordering since those tend to conflict with the IDE in my experience

@Daeda88
Copy link
Contributor Author

Daeda88 commented Jun 26, 2024

As in, you want me to do that in this pr? For reviewability I'd recommend doing it in a separate pr

@nbransby
Copy link
Member

Agreed

@nbransby nbransby merged commit 6b1571a into GitLiveApp:master Jun 26, 2024
14 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.

Use explicit API mode
2 participants