Skip to content

Commit

Permalink
Update RuboCop TODO file
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Feb 11, 2019
1 parent c93f580 commit 56cc682
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2018-10-08 21:27:36 +0200 using RuboCop version 0.59.2.
# on 2019-02-11 11:32:40 +0100 using RuboCop version 0.64.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
Expand Down Expand Up @@ -43,7 +43,7 @@ RSpec/AnyInstance:
- 'publify_core/spec/models/article_spec.rb'
- 'publify_core/spec/models/note_spec.rb'

# Offense count: 55
# Offense count: 53
# Configuration parameters: Prefixes.
# Prefixes: when, with, without
RSpec/ContextWording:
Expand Down Expand Up @@ -84,7 +84,7 @@ RSpec/EmptyExampleGroup:
Exclude:
- 'publify_core/spec/models/ping_spec.rb'

# Offense count: 92
# Offense count: 94
# Configuration parameters: Max.
RSpec/ExampleLength:
Enabled: false
Expand Down Expand Up @@ -119,12 +119,12 @@ RSpec/FilePath:
- 'publify_core/spec/models/trackback_spec.rb'
- 'spec/lib/publify_avatar_gravatar_spec.rb'

# Offense count: 313
# Offense count: 294
# Configuration parameters: AssignmentOnly.
RSpec/InstanceVariable:
Enabled: false

# Offense count: 49
# Offense count: 57
RSpec/LetSetup:
Enabled: false

Expand All @@ -140,27 +140,27 @@ RSpec/MessageSpies:
- 'publify_core/spec/models/content_spec.rb'
- 'publify_core/spec/models/note_spec.rb'

# Offense count: 3
# Offense count: 2
RSpec/MultipleDescribes:
Exclude:
- 'publify_core/spec/lib/publify_time_spec.rb'
- 'publify_core/spec/models/configuration_spec.rb'
- 'publify_core/spec/views/comments/html_sanitization_spec.rb'

# Offense count: 141
# Configuration parameters: AggregateFailuresByDefault.
RSpec/MultipleExpectations:
Max: 10

# Offense count: 21
# Configuration parameters: IgnoreSharedExamples.
RSpec/NamedSubject:
Exclude:
- 'publify_core/spec/helpers/base_helper_spec.rb'
- 'publify_core/spec/models/article_spec.rb'
- 'publify_core/spec/models/content_spec.rb'
- 'publify_core/spec/models/page_spec.rb'

# Offense count: 123
# Offense count: 122
RSpec/NestedGroups:
Max: 5

Expand Down Expand Up @@ -189,7 +189,7 @@ RSpec/VerifiedDoubles:
- 'publify_core/spec/models/note_spec.rb'
- 'spec/models/text_filter_spec.rb'

# Offense count: 16
# Offense count: 17
# Configuration parameters: Include.
# Include: db/migrate/*.rb
Rails/CreateTableWithTimestamps:
Expand All @@ -198,6 +198,7 @@ Rails/CreateTableWithTimestamps:
- 'db/migrate/20150807134129_simplify_redirect_relations.publify_core_engine.rb'
- 'db/migrate/20160110094906_remove_profiles_rights.publify_core_engine.rb'
- 'db/migrate/20160605154632_remove_profiles.publify_core_engine.rb'
- 'db/migrate/20190210121317_remove_text_filters.publify_core_engine.rb'

# Offense count: 1
# Cop supports --auto-correct.
Expand Down Expand Up @@ -249,20 +250,22 @@ Style/EvalWithLocation:
- 'publify_core/app/models/content_base.rb'
- 'publify_core/lib/publify_plugins.rb'

# Offense count: 20
# Offense count: 24
# Configuration parameters: MinBodyLength.
Style/GuardClause:
Enabled: false

# Offense count: 7
# Offense count: 9
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: implicit, explicit
Style/RescueStandardError:
Exclude:
- 'db/migrate/20150808052637_add_blog_ids.publify_core_engine.rb'
- 'lib/publify_textfilter_flickr.rb'
- 'publify_amazon_sidebar/spec/dummy/db/migrate/20160712061346_add_blog_ids.publify_core_engine.rb'
- 'publify_core/app/controllers/admin/dashboard_controller.rb'
- 'publify_core/app/helpers/base_helper.rb'
- 'publify_core/db/migrate/20150808052637_add_blog_ids.rb'
- 'publify_textfilter_code/lib/publify_app/textfilter_code.rb'
- 'publify_textfilter_code/spec/dummy/db/migrate/20160716093730_add_blog_ids.publify_core_engine.rb'

0 comments on commit 56cc682

Please sign in to comment.