Sha256: 62c99eb70892a4fed2f7b24b61b94ce3ea8b901ae885cf396b765c6fc5c91667
Contents?: true
Size: 1.59 KB
Versions: 2
Compression:
Stored size: 1.59 KB
Contents
# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-03-31 17:08:47 -0400 using RuboCop version 0.48.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 2 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 67 # Offense count: 8 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 154 # Offense count: 3 Style/Documentation: Exclude: - 'spec/**/*' - 'test/**/*' - 'lib/omniauth-artsy/config.rb' - 'lib/omniauth/strategies/artsy.rb' # Offense count: 1 # Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts, AllowedAcronyms. # AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS Style/FileName: Exclude: - 'lib/omniauth-artsy.rb' # Offense count: 1 # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: module_function, extend_self Style/ModuleFunction: Exclude: - 'lib/omniauth-artsy/config.rb' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: SupportedStyles. # SupportedStyles: percent, brackets Style/SymbolArray: EnforcedStyle: brackets
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-artsy-0.2.3 | .rubocop_todo.yml |
omniauth-artsy-0.2.2 | .rubocop_todo.yml |