Skip to content

Commit 92c80e0

Browse files
committed
Add CodeScan engine with beta channel
CodeScan: Code Climate Engine for Salesforce.com Apex, Visual Force, Aura and Lightning. https://bitbucket.org/villagechief/codeclimate-codescan
1 parent ccd6a14 commit 92c80e0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

config/engines.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ coffeelint:
5959
- \.coffee$
6060
default_ratings_paths:
6161
- "**.coffee"
62+
codescan:
63+
channels:
64+
beta: codeclimate/codeclimate-codescan:beta
65+
description: >
66+
A static analysis tool for Salesforce.com Apex, Visual Force, Aura and
67+
Lightning.
68+
community: true
69+
enable_regexps:
70+
- \.cls$
71+
default_ratings_paths:
72+
- "**.cls"
6273
credo:
6374
channels:
6475
beta: codeclimate/codeclimate-credo:beta

0 commit comments

Comments
 (0)