version: '2' # required to adjust maintainability checks
plugins:
  eslint:
    enabled: true
    channel: eslint-7
  markdownlint:
    enabled: true
checks:
  identical-code:
    enabled: false # this is a problem solving repository. It will have identical code blocks by nature.
  similar-code:
    enabled: false
  method-complexity:
    config:
      threshold: 30
