quran-json/.rubocop.yml
0x1eef 2d9a22ea8f The great rewrite
The project's directory structure has been changed to be similar
to how FreeBSD organizes its filesystem. The english, portuguese,
and farsi translations are now sourced from https://quran.com. The
original Arabic is still sourced from searchtruth.com. Files
have been removed, and / or replaced. The SQL-related files have
been removed, with the intention to separate them into a new project
in the future (quran-sql). The lessons learnt from the development of
quran-audio were an inspiration for this change.
2023-02-08 16:14:48 -03:00

28 lines
414 B
YAML

##
# Plugins
require:
- standard
##
# Defaults: standard-rb
inherit_gem:
standard: config/base.yml
AllCops:
TargetRubyVersion: 3.2
##
# Enabled cops
Style/FrozenStringLiteralComment:
Enabled: true
##
# Disabled cops
Layout/MultilineMethodCallIndentation:
Enabled: false
Layout/ArgumentAlignment:
Enabled: false
Style/LambdaCall:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false