quran-json/.rubocop.yml

31 lines
432 B
YAML
Raw Normal View History

2022-07-16 21:19:50 +02:00
##
# Plugins
require:
- standard
##
# Defaults: standard-rb
inherit_gem:
standard: config/base.yml
AllCops:
TargetRubyVersion: 3.2
2023-02-13 17:21:41 +01:00
Include:
- libexec/quran-json/*
- lib/quran-json/**/*.rb
- bin/*
2022-07-16 21:19:50 +02:00
##
2023-03-27 06:47:23 +02:00
# Enabled
2022-07-16 21:19:50 +02:00
Style/FrozenStringLiteralComment:
Enabled: true
##
2023-03-27 06:47:23 +02:00
# Disabled
2022-07-16 21:19:50 +02:00
Layout/MultilineMethodCallIndentation:
Enabled: false
Layout/ArgumentAlignment:
Enabled: false
Style/LambdaCall:
Enabled: false