Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamada147 committed Dec 13, 2022
1 parent ba02da5 commit 7918146
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ da099bd8ef28f323839730a7aa2dd333e0b0a553:JWT/src/iosMain/kotlin/io.iohk.prism.ap
da099bd8ef28f323839730a7aa2dd333e0b0a553:JWT/src/jvmMain/kotlin/io/iohk/prism/apollo/jwt/RSAPlatform.kt:private-key:14
da099bd8ef28f323839730a7aa2dd333e0b0a553:JWT/src/jsMain/kotlin/io.iohk.prism.apollo.jwt/RSAPlatform.kt:private-key:12
da099bd8ef28f323839730a7aa2dd333e0b0a553:iOSLibs/IOHKCrypto/IOHKCrypto/IOHKCrypto.swift:private-key:20
3511094f0a8ce01ec70b668e342703dc8dd350cc:Apollo/src/commonTest/kotlin/io.iohk.atala.prism.apollo/ECTest.kt:generic-api-key:66
3511094f0a8ce01ec70b668e342703dc8dd350cc:Apollo/src/commonTest/kotlin/io.iohk.atala.prism.apollo/ECTest.kt:generic-api-key:119
3 changes: 2 additions & 1 deletion .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FILTER_REGEX_EXCLUDE: karma.config.js
VALIDATE_ALL_CODEBASE: true

DISABLE_LINTERS:
- MARKDOWN_MARKDOWN_LINK_CHECK
- MARKDOWN_MARKDOWN_LINK_CHECK
- C_CPPLINT
6 changes: 6 additions & 0 deletions base-symmetric-encryption/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,19 @@ kotlin {
}
}
this.testTask {
if (os.isWindows) {
this.enabled = false
}
this.useKarma {
this.useChromeHeadless()
}
}
}
nodejs {
this.testTask {
if (os.isWindows) {
this.enabled = false
}
this.useKarma {
this.useChromeHeadless()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// IOHKSecureRandomGeneration
//
// Created by Ahmed Moussa on 13/10/2022.
// Copyright 2022 IOG
//

#import <Foundation/Foundation.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
//
// Use this file to import your target's public headers that you would like to expose to Swift.
// Use this file to import your target's public headers that
// you would like to expose to Swift.
// Copyright 2022 IOG
//

0 comments on commit 7918146

Please sign in to comment.