Skip to content

Commit 1926c2f

Browse files
authored
Merge pull request #75 from CodandoTV/feature/lint-issues
Feature/lint issues
2 parents 492e02c + db23338 commit 1926c2f

19 files changed

Lines changed: 1060 additions & 3938 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Descrição
1+
# Descrição
22

33
[Descrição das alterações feitas no código ou nas funcionalidades.]
44

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup JDK
7171
uses: actions/setup-java@v3
7272
with:
73-
distribution: 'temurin'
73+
distribution: "temurin"
7474
java-version: 17
7575

7676
- name: Grant permission to gradlew
@@ -98,4 +98,4 @@ jobs:
9898
build
9999
100100
- name: Run iOS/CommonMain unit tests
101-
run: ./gradlew iosSimulatorArm64Test
101+
run: ./gradlew iosSimulatorArm64Test

.markdownlint.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"MD033": {
3-
"allowed_elements": ["img", "a"]
4-
}
2+
"MD013": false,
3+
"MD045": false,
4+
"MD036": false,
5+
"MD051": false,
6+
"MD040": false,
7+
"MD033": false,
8+
"MD059": false
59
}

.mega-linter.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,4 @@ SHOW_ELAPSED_TIME: true
2525

2626
FILEIO_REPORTER: false
2727

28-
# Uncomment if you want MegaLinter to detect errors but not block CI to pass
29-
# DISABLE_ERRORS: true
30-
MARKDOWN_MARKDOWNLINT_CONFIG_FILE: .markdownlint.json
31-
MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false
3228
KOTLIN_DETEKT_ARGUMENTS: -c config/detekt/detekt.yml -ex "**/build/**"
33-
34-
DISABLE_ERRORS: true

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ This Code of Conduct is based on the [JetBrains Code of Conduct](https://github.
3333

3434
---
3535

36-
*Version 1.0 — This document may evolve as the project grows.*
36+
_Version 1.0 — This document may evolve as the project grows._

CONTRIBUTOR_PROJECT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Contribuindo para o projeto
2+
13
**1. Abra a parte de ISSUES do GitHub e escolha uma issue que você se identifica ou gostaria de explorá-la.**
24

35
- 1.1. Caso você queira aprender algo ou quer explorar o processo de mentoria ou está na dúvida sobre o que pegar.

CONTRIBUTOR_WIKI.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Criando o seu Pull Request na Wiki
2+
13
**1. Faça um fork do repositório**
24

35
**2. Clone o repositório**

composeApp/kotzilla.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"apiKey": "ktz-sdk-_sEL6C-eAYe1KiqBm1mOv1BoKAOtOFpeK40ADc49LaA"
99
}
1010
]
11-
}
11+
}

0 commit comments

Comments
 (0)