Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Increase Kotlin duplication mass threshold #323

Merged
merged 1 commit into from
Jun 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/cc/engine/analyzers/kotlin/main.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Kotlin
class Main < CC::Engine::Analyzers::Base
LANGUAGE = "kotlin".freeze
PATTERNS = ["**/*.kt"].freeze
DEFAULT_MASS_THRESHOLD = 40
DEFAULT_MASS_THRESHOLD = 60
DEFAULT_FILTERS = [
"(IMPORT_LIST ___)".freeze,
"(PACKAGE_DIRECTIVE ___)".freeze,
Expand Down