Skip to content

Commit

Permalink
Merge pull request #761 from mobi/dev
Browse files Browse the repository at this point in the history
v1.9.0
  • Loading branch information
grahamhency authored Feb 18, 2021
2 parents 20d017e + b2ba3ca commit 3e98490
Show file tree
Hide file tree
Showing 133 changed files with 3,947 additions and 2,373 deletions.
53 changes: 53 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
version: "2" # required to adjust maintainability checks
checks:
argument-count:
config:
threshold: 4
complex-logic:
config:
threshold: 4
file-lines:
config:
threshold: 500
method-complexity:
config:
threshold: 5
method-count:
config:
threshold: 20
method-lines:
config:
threshold: 25
nested-control-flow:
config:
threshold: 4
return-statements:
config:
threshold: 4
similar-code:
enabled: false
identical-code:
config:
threshold: # language-specific defaults. an override will affect all languages.
plugins:
scss-lint:
enabled: true
exclude_patterns:
- "projects/go-style-guide"
- "projects/go-tester"
- "projects/go-tester-e2e"
eslint:
enabled: true
channel: eslint-5
tslint:
enabled: true
exclude_patterns:
- "projects/go-tester"
- "projects/go-tester-e2e"
config: tslint.json

exclude_patterns:
- "**/*.spec.js"
- "**/*.spec.ts"
- "node_modules"

118 changes: 0 additions & 118 deletions .sass-lint.yml

This file was deleted.

Loading

0 comments on commit 3e98490

Please sign in to comment.