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

[#22] Configure Detekt #47

Merged
merged 3 commits into from
May 4, 2022
Merged

[#22] Configure Detekt #47

merged 3 commits into from
May 4, 2022

Conversation

ccjernigan
Copy link
Contributor

@ccjernigan ccjernigan commented May 2, 2022

Followup work includes:

This code review checklist is intended to serve as a starting point for the author and reviewer, although it may not be appropriate for all types of changes (e.g. fixing a spelling typo in documentation). For more in-depth discussion of how we think about code review, please see Code Review Guidelines.

Author

  • Self-review: Did you review your own code in GitHub's web interface? Code often looks different when reviewing the diff in a browser, making it easier to spot potential bugs.
  • Automated tests: Did you add appropriate automated tests for any code changes?
  • Documentation: Did you update documentation as appropriate? (e.g README.md, etc.)
  • Rebase and squash: Did you pull in the latest changes from the main branch and squash your commits before assigning a reviewer? Having your code up to date and squashed will make it easier for others to review. Use best judgement when squashing commits, as some changes (such as refactoring) might be easier to review as a separate commit.

Reviewer

  • Checklist review: Did you go through the code with the Code Review Guidelines checklist?
  • Ad hoc review: Did you perform an ad hoc review? In addition to a first pass using the code review guidelines, do a second pass using your best judgement and experience which may identify additional questions or comments. Research shows that code review is most effective when done in multiple passes, where reviewers look for different things through each pass.
  • Automated tests: Did you review the automated tests?
  • Manual tests: Did you review the manual tests?
  • How is Code Coverage affected by this PR? We encourage you to compare coverage before and after changes and when possible, leave it in a better place.
  • Documentation: Did you review Docs and README.md as appropriate?

@ccjernigan ccjernigan linked an issue May 2, 2022 that may be closed by this pull request
@ccjernigan ccjernigan requested a review from HonzaR May 2, 2022 11:00
Copy link
Collaborator

@HonzaR HonzaR left a comment

Choose a reason for hiding this comment

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

Thanks. Seems good to me. Just one little thing, do we want to be able to run the Detekt checks also from Android studio? Then we need to have e.g. detektAll.run.xml in /.run/ folder.

@ccjernigan
Copy link
Contributor Author

Thanks. Seems good to me. Just one little thing, do we want to be able to run the Detekt checks also from Android studio? Then we need to have e.g. detektAll.run.xml in /.run/ folder.

Yes, good catch. I'll fix that now. Thank you!

@ccjernigan ccjernigan merged commit bdda959 into master May 4, 2022
@ccjernigan ccjernigan deleted the 22-detekt branch May 4, 2022 18:55
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.

Configure detekt
2 participants