The Cybre.Space fork of Mastodon -- https://github.com/tootsuite/mastodon
https://cybre.space
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
642 B
38 lines
642 B
version: "2" |
|
checks: |
|
argument-count: |
|
enabled: false |
|
complex-logic: |
|
enabled: false |
|
file-lines: |
|
enabled: false |
|
method-complexity: |
|
enabled: false |
|
method-count: |
|
enabled: false |
|
method-lines: |
|
enabled: false |
|
nested-control-flow: |
|
enabled: false |
|
return-statements: |
|
enabled: false |
|
similar-code: |
|
enabled: false |
|
identical-code: |
|
enabled: false |
|
plugins: |
|
brakeman: |
|
enabled: true |
|
bundler-audit: |
|
enabled: true |
|
eslint: |
|
enabled: true |
|
channel: eslint-7 |
|
rubocop: |
|
enabled: true |
|
channel: rubocop-0-92 |
|
sass-lint: |
|
enabled: true |
|
exclude_patterns: |
|
- spec/ |
|
- vendor/asset
|
|
|