-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oztechan/Global#4 Global config update synced file(s) with Oztechan/C…
…onfig (#36) * Oztechan/Global#4 Global config update synced local 'docs/CONTRIBUTING.md' with remote 'docs/CONTRIBUTING.md' * Oztechan/Global#4 Global config update synced local 'docs/PULL_REQUEST_TEMPLATE.md' with remote 'docs/PULL_REQUEST_TEMPLATE.md' * Oztechan/Global#4 Global config update created local 'codecov.yml' from remote 'codecov.yml' * Oztechan/Global#4 Global config update created local 'detekt.yml' from remote 'detekt.yml'
- Loading branch information
1 parent
b8564bf
commit c35ba19
Showing
4 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
coverage: | ||
precision: 2 | ||
round: nearest | ||
range: "0..100" | ||
status: | ||
project: | ||
default: | ||
target: auto | ||
threshold: 0.5% | ||
patch: | ||
default: | ||
informational: true | ||
comment: # this is a top-level key | ||
layout: "diff, reach, files" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# https://github.com/detekt/detekt/blob/main/detekt-core/src/main/resources/default-detekt-config.yml | ||
# This file is used to override default detekt rules | ||
# the rules are not listed here will be used from default detekt config listed in the link above | ||
|
||
config: | ||
validation: true | ||
warningsAsErrors: true | ||
checkExhaustiveness: false | ||
|
||
style: | ||
WildcardImport: | ||
active: true | ||
excludeImports: [ ] # default config excludes java.util.* | ||
|
||
complexity: | ||
NamedArguments: | ||
active: true | ||
|
||
naming: | ||
FunctionNaming: | ||
active: true | ||
ignoreAnnotated: [ 'Composable' ] |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
## Description | ||
|
||
Resolves Oztechan/TraceFit* | ||
Resolves Oztechan/REPO_NAME#ISSUE_ID | ||
<!-- | ||
Pull Request Checklist | ||
1. I have read the https://github.com/Oztechan/TraceFit/blob/develop/docs/CONTRIBUTING.md | ||
2. PR title in the format of `[Oztechan/TraceFit#ISSUE_ID] ISSUE_TITLE` | ||
1. I have read the https://github.com/Oztechan/Config/blob/develop/docs/CONTRIBUTING.md | ||
2. PR title in the format of `[Oztechan/REPO_NAME#ISSUE_ID] ISSUE_TITLE` | ||
3. I have added a valid description and | ||
4. I replaced `*` with the link of the issue. Ie `#123` into description (it will automatically close issue once PR is merged) | ||
4. I replaced `REPO_NAME` with the name of repository. | ||
5. I replaced `ISSUE_ID` with the ID(number in the link) of issue. | ||
4. I have tested the app before creating this PR | ||
--> |