2021-06-08 01:23:25 +05:30
|
|
|
---
|
|
|
|
include:
|
|
|
|
- "**/*.rb"
|
|
|
|
exclude:
|
|
|
|
- "**/spec/**/*"
|
|
|
|
- qa/qa/specs/features/**/*
|
|
|
|
- vendor/**/*
|
|
|
|
- ".bundle/**/*"
|
2022-07-16 23:28:13 +05:30
|
|
|
require:
|
|
|
|
- actioncable
|
|
|
|
- actionmailer
|
|
|
|
- actionpack
|
|
|
|
- actionview
|
|
|
|
- activejob
|
|
|
|
- activemodel
|
|
|
|
- activerecord
|
|
|
|
- activestorage
|
|
|
|
- activesupport
|
2021-06-08 01:23:25 +05:30
|
|
|
domains: []
|
|
|
|
reporters:
|
2022-07-16 23:28:13 +05:30
|
|
|
- rubocop # diagnostics
|
2021-06-08 01:23:25 +05:30
|
|
|
- require_not_found
|
2022-07-16 23:28:13 +05:30
|
|
|
formatter:
|
|
|
|
rubocop: # formatting
|
2021-06-08 01:23:25 +05:30
|
|
|
require_paths: []
|
|
|
|
plugins: []
|
|
|
|
max_files: 15000
|