al-quran.reflectslight.io/.rubocop.yml
2023-03-11 14:31:44 -03:00

34 lines
523 B
YAML

##
# Defaults
AllCops:
TargetRubyVersion: 3.2
Include:
- Rakefile.rb
- rules/*.rules
- rules/**/**/*.rules
- lib/*.rb
- lib/**/*.rb
- lib/**/**.rb
##
# Defaults: standard-rb
require:
- standard
inherit_gem:
standard: config/base.yml
##
# Extra
Style/FrozenStringLiteralComment:
Enabled: true
##
# Disabled
Layout/MultilineMethodCallIndentation:
Enabled: false
Layout/ArgumentAlignment:
Enabled: false
Layout/ArrayAlignment:
Enabled: false
Style/TrivialAccessors:
Enabled: false