Giter Site home page Giter Site logo

Comments (7)

ericboehs avatar ericboehs commented on May 21, 2024

I also have this question. I think using a magic comment disable makes sense but I wish there was a better option. How better could RuboCop know to ignore this rule in this scenario?

from rubocop-rails.

koic avatar koic commented on May 21, 2024

Currently RuboCop Rails does not have a configuration for option regarding combination with 3rd party gem. If you'd like to suppress the warn quickly , please make the following setting.

# Specify `dependet: nil`.
has_many :articles, dependent: nil

Further details: #467

or

# Your .rubocop.yml
Rails/HasManyOrHasOneDependent:
  Enabled: false

Thank you.

from rubocop-rails.

gingerlime avatar gingerlime commented on May 21, 2024

I bumped into this as well (similar scenario, not specific to the gem), but when I specify :dependent => nil I'm still getting a rubocop offense.

app/models/custom_quiz.rb:29:3: C: Rails/HasManyOrHasOneDependent: Specify a :dependent option.
  has_many :training_sessions, :dependent => nil
  ^^^^^^^^

from rubocop-rails.

koic avatar koic commented on May 21, 2024

@gingerlime Is it happening in the latest RuboCop Rails 2.10? Can you provide the result of (bundle exec) rubocop -V?

from rubocop-rails.

gingerlime avatar gingerlime commented on May 21, 2024
# rubocop -V
0.93.1 (using Parser 3.0.1.1, rubocop-ast 1.5.0, running on ruby 2.6.5 x86_64-linux)
# cat Gemfile.lock |grep rubocop-rails
    rubocop-rails (2.9.1)

from rubocop-rails.

koic avatar koic commented on May 21, 2024

The gems need to be updated and RuboCop Rails 2.10 requires RuboCop 1.7 or higher. Please bundle update rubocop rubocop-rails.
https://rubygems.org/gems/rubocop-rails/versions/2.10.1

from rubocop-rails.

gingerlime avatar gingerlime commented on May 21, 2024

Strange, but when I run bundle update rubocop rubocop-rails nothing changes... We're using pronto and pronto-haml seem to require rubocop < 1.0 so I guess that's the reason ... sorry about the false alarm. I will check with the pronto project and see if they can let us upgrade...

from rubocop-rails.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.