問題タブ [brakeman]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
75 問題
0
投票する
1
に答える
22
参照
ruby-on-rails - 信頼度の高い警告でブレーキマンを終了
私はこれをブレーキマンのドキュメントで見つけました:
brakeman --exit-on-warn --exit-on-error
デフォルトでは、警告とエラーで終了します。信頼度の高い警告のみで終了するように上記のコードを変更するにはどうすればよいですか?