diff --git a/.rubocop.yml b/.rubocop.yml index 96d8573..b25e900 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -28,3 +28,7 @@ Layout/ArgumentAlignment: Enabled: false Style/LambdaCall: Enabled: false +Style/MixinUsage: + Exclude: + - 'bin/quran-json' + - 'libexec/quran-json/*'