We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f676b05 commit 75a02b0Copy full SHA for 75a02b0
.circleci/config.yml
@@ -63,6 +63,10 @@ jobs:
63
circleci tests split | \
64
xargs bundle exec rubocop --parallel
65
66
+ - run:
67
+ name: Run Brakeman
68
+ command: bundle exec brakeman --rails6
69
+
70
- run:
71
name: Lint JavaScript
72
command: yarn lint-check
.codeclimate.yml
@@ -1,7 +1,5 @@
1
version: "2"
2
plugins:
3
- brakeman:
4
- enabled: true
5
duplication:
6
enabled: true
7
config:
0 commit comments