ringcentral-ruby/ringcentral-rss-ruby

View on GitHub
lib/ringcentral-rss/atom_feed.rb

Summary

Maintainability
A
0 mins
Test Coverage

Use the return of the conditional for variable assignment and comparison.
Open

        if opts.key? :feed_name
          @feed_name = opts[:feed_name]
        else
          @feed_name = 'RingCentral Feed'
        end
Severity: Minor
Found in lib/ringcentral-rss/atom_feed.rb by rubocop

There are no issues that match your filters.

Category
Status