Skip to content

Commit 75a02b0

Browse files
janklimoPaul
authored and
Paul
committed
Run brakeman in CI
1 parent f676b05 commit 75a02b0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
circleci tests split | \
6464
xargs bundle exec rubocop --parallel
6565
66+
- run:
67+
name: Run Brakeman
68+
command: bundle exec brakeman --rails6
69+
6670
- run:
6771
name: Lint JavaScript
6872
command: yarn lint-check

.codeclimate.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
version: "2"
22
plugins:
3-
brakeman:
4-
enabled: true
53
duplication:
64
enabled: true
75
config:

0 commit comments

Comments
 (0)