Ru-b2-SQL-Backups/.rubocop.yml
2023-07-30 16:08:05 -06:00

19 lines
383 B
YAML

# .rubocop.yml
# Enable all cops
# Target Ruby version
AllCops:
DisabledByDefault: false
TargetRubyVersion: 3.2.2
# Add other configuration options as needed
# For example, you can exclude certain files or directories
# from being analyzed by Rubocop using the `Exclude` option.
# AllCops:
# Exclude:
# - path/to/excluded/file.rb
# - path/to/excluded_directory/**