--- engines: brakeman: enabled: false bundler-audit: enabled: false duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - Gemfile.lock - "**.erb" - "**.haml" - "**.rb" - "**.rhtml" - "**.slim" - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" exclude_paths: - config/**/* - db/**/* - spec/**/*