Skip to content

Commit

Permalink
Adding new macosArm64 target for inspection
Browse files Browse the repository at this point in the history
### What's done:
- new day - new target
  • Loading branch information
orchestr7 committed Jun 21, 2022
1 parent 9e12cdf commit bc22d67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class PackageNaming(configRules: List<RulesConfig>) : DiktatRule(
*/
private val kmmTargets = listOf("common", "jvm", "js", "android", "ios", "androidNativeArm32", "androidNativeArm64", "iosArm32", "iosArm64", "iosX64",
"watchosArm32", "watchosArm64", "watchosX86", "tvosArm64", "tvosX64", "macosX64", "linuxArm64", "linuxArm32Hfp", "linuxMips32", "linuxMipsel32", "linuxX64",
"mingwX64", "mingwX86", "wasm32")
"mingwX64", "mingwX86", "wasm32", "macosArm64")

/**
* Directories that are supposed to be first in sources file paths, relative to [PACKAGE_PATH_ANCHOR].
Expand Down

0 comments on commit bc22d67

Please sign in to comment.