Sha256: 57652040df7c81b09550443ea1ecaa3c5a336b1a28f5c8bf60241f11e4b39120
Contents?: true
Size: 1.33 KB
Versions: 7
Compression:
Stored size: 1.33 KB
Contents
--- require: rubocop-rails Rails: Enabled: true Rails/ActionFilter: Enabled: true Rails/Date: Enabled: true Rails/Delegate: Enabled: true Rails/DelegateAllowBlank: Enabled: true # This one breaks things unexpectedly. # E.g., it changes ISO_639.find_by_code(language_code) to ISO_639.find_by(code: language_code) # which results in an error. Rails/DynamicFindBy: Enabled: false Rails/EnumUniqueness: Enabled: true Rails/Exit: Enabled: true Rails/FilePath: Enabled: true EnforcedStyle: arguments Rails/FindBy: Enabled: true Rails/FindEach: Enabled: true Rails/HasAndBelongsToMany: Enabled: true Rails/HelperInstanceVariable: Enabled: false Rails/HttpPositionalArguments: Enabled: true Include: - 'spec/**/*' - 'test/**/*' Rails/InverseOf: Enabled: false Rails/LexicallyScopedActionFilter: Enabled: false Rails/NotNullColumn: Enabled: true Rails/Output: Enabled: true Rails/OutputSafety: Enabled: true Rails/PluralizationGrammar: Enabled: true Rails/ReadWriteAttribute: Enabled: true Rails/RequestReferer: Enabled: true Rails/ReversibleMigration: Enabled: true Rails/SafeNavigation: Enabled: true Rails/ScopeArgs: Enabled: true Rails/TimeZone: Enabled: true Rails/UniqBeforePluck: Enabled: true Rails/SkipsModelValidations: Enabled: true Rails/Validation: Enabled: true
Version data entries
7 entries across 7 versions & 1 rubygems