ringcentral-ruby/ringcentral-rss-ruby

View on GitHub
lib/ringcentral-rss.rb

Summary

Maintainability
A
0 mins
Test Coverage

The name of this source file (ringcentral-rss.rb) should use snake_case.
Open

require 'ringcentral-rss/atom_entry'
Severity: Minor
Found in lib/ringcentral-rss.rb by rubocop

This cop makes sure that Ruby source files have snake_case names. Ruby scripts (i.e. source files with a shebang in the first line) are ignored.

Example:

# bad
lib/layoutManager.rb

anything/usingCamelCase

# good
lib/layout_manager.rb

anything/using_snake_case.rake

There are no issues that match your filters.

Category
Status