diff --git a/.codeclimate.yml b/.codeclimate.yml index bb651e21..a2e26be9 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -9,3 +9,10 @@ plugins: bandit: enabled: true + + # Disable as they are not among the array of linters we used previously + duplication: + enabled: false + + structure: + enabled: false