.rubocop.yml: update

This commit is contained in:
0x1eef 2023-03-27 01:48:32 -03:00
parent e01d64b4a2
commit 7f4991c706

View file

@ -28,3 +28,7 @@ Layout/ArgumentAlignment:
Enabled: false
Style/LambdaCall:
Enabled: false
Style/MixinUsage:
Exclude:
- 'bin/quran-json'
- 'libexec/quran-json/*'