-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[TECHNICAL] Detekt: static code analyzer #4487
base: master
Are you sure you want to change the base?
Conversation
a0c1d33
to
e0fe17b
Compare
6bfce71
to
340aebb
Compare
cd5e812
to
59aeb55
Compare
94396a2
to
f939d1f
Compare
0836d61
to
b96e246
Compare
6cbbab6
to
8b27b6d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments to take into account before we merge 😃 @jesmrec
|
||
push: | ||
branches: | ||
- feature/detekt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We'll need to review this before merging, and probably remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is totally intended at this point. That makes detekt to execute only in the current branch because the work is not finished. This will not be removed but replaced for a correct policy that we will agree in.
- feature/detekt | ||
pull_request: | ||
branches: | ||
- "master" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably we want to run Detekt in every PR we do, not only in master (for which we cannot create PR), so this needs to be reviewed as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as before. Intended and provisional.
6df4ac6
to
54ef180
Compare
EDIT: "Formatting" section was not yet considered for this iteration, but we'll need to use the These reports will be avoided for the moment with |
…o detekt.yml file
…ublicProperty and NestedScopeFunctions
f704976
to
f5e6c18
Compare
Just checked (tested empirically) with the |
...java/com/owncloud/android/data/files/datasources/implementation/OCLocalFileDataSourceTest.kt
Outdated
Show resolved
Hide resolved
c889548
to
ff60f03
Compare
f6975b5
to
a8c8d78
Compare
Related Issues
App: #4506
ReleaseNotesViewModel.kt
creating a newReleaseNote()
with String resources (if required)QA