Ignore changes to codeStyles and stray files#3
Merged
MilosKozak merged 1 commit intoSep 25, 2020
Conversation
…m master has no uncommited changes
Codecov Report
@@ Coverage Diff @@
## dev #3 +/- ##
============================================
- Coverage 10.12% 10.12% -0.01%
+ Complexity 1092 1091 -1
============================================
Files 753 753
Lines 34725 34725
Branches 4895 4895
============================================
- Hits 3517 3516 -1
Misses 30956 30956
- Partials 252 253 +1
Continue to review full report at Codecov.
|
kalleelmer
referenced
this pull request
in kalleelmer/AndroidAPS
Oct 6, 2020
extend pump interface for neutral temps
MilosKozak
pushed a commit
that referenced
this pull request
Dec 18, 2020
MilosKozak
pushed a commit
that referenced
this pull request
Nov 4, 2021
…sformation events without reflection Checked and it works 👍 Thanks for the lesson
MilosKozak
pushed a commit
that referenced
this pull request
Feb 20, 2022
MilosKozak
added a commit
that referenced
this pull request
Jan 11, 2025
MilosKozak
added a commit
that referenced
this pull request
Jun 11, 2026
MilosKozak
added a commit
that referenced
this pull request
Jun 27, 2026
MilosKozak
added a commit
that referenced
this pull request
Jul 15, 2026
MilosKozak
added a commit
that referenced
this pull request
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When app is built from master branch, gradle checks if repository is clean and does not have uncommitted changes.
Unfortunately, some versions of Android Studio auto-magically update files inside
.idea/codeStylepreventing user from building stable versions of app.To prevent that, function that check if all changes are commited is extended to ignore:
.idea/codeStylewhile still not allowing changes/staged additions to other parts of the code, if built from master