Skip to content

Commit

Permalink
rubocop: disable Style/ClassAndModuleChildren
Browse files Browse the repository at this point in the history
The whole syskit-log codebase is under Syskit::Log to force
separation with the core syskit codebase
  • Loading branch information
doudou committed Jun 4, 2021
1 parent cb896d9 commit d0a9bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ Naming/MethodParameterName:
- y

Metrics/AbcSize:
Max: 17
Max: 17

Style/ClassAndModuleChildren:
Enabled: false
46 changes: 0 additions & 46 deletions .rubocop_todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,52 +155,6 @@ Security/YAMLLoad:
Exclude:
- 'test/datastore/dataset_test.rb'

# Offense count: 39
# Cop supports --auto-correct.
# Configuration parameters: AutoCorrect, EnforcedStyle.
# SupportedStyles: nested, compact
Style/ClassAndModuleChildren:
Exclude:
- 'lib/syskit/log/cli/datastore.rb'
- 'lib/syskit/log/cli/replay.rb'
- 'lib/syskit/log/data_replay_task.rb'
- 'lib/syskit/log/datastore.rb'
- 'lib/syskit/log/datastore/dataset.rb'
- 'lib/syskit/log/datastore/import.rb'
- 'lib/syskit/log/datastore/index_build.rb'
- 'lib/syskit/log/datastore/normalize.rb'
- 'lib/syskit/log/deployment.rb'
- 'lib/syskit/log/exceptions.rb'
- 'lib/syskit/log/extensions.rb'
- 'lib/syskit/log/extensions/configuration.rb'
- 'lib/syskit/log/extensions/deployment_group.rb'
- 'lib/syskit/log/extensions/execution_engine.rb'
- 'lib/syskit/log/extensions/instance_requirements.rb'
- 'lib/syskit/log/lazy_data_stream.rb'
- 'lib/syskit/log/models/deployment.rb'
- 'lib/syskit/log/plugin.rb'
- 'lib/syskit/log/replay_manager.rb'
- 'lib/syskit/log/rock_stream_matcher.rb'
- 'lib/syskit/log/shell_interface.rb'
- 'lib/syskit/log/streams.rb'
- 'lib/syskit/log/task_streams.rb'
- 'test/cli/datastore_test.rb'
- 'test/datastore/dataset_test.rb'
- 'test/datastore/import_test.rb'
- 'test/datastore/index_build_test.rb'
- 'test/datastore/normalize_test.rb'
- 'test/datastore_test.rb'
- 'test/deployment_group_test.rb'
- 'test/deployment_test.rb'
- 'test/models/deployment_test.rb'
- 'test/models/replay_task_context_test.rb'
- 'test/replay_manager_test.rb'
- 'test/rock_stream_matcher_test.rb'
- 'test/shell_interface_test.rb'
- 'test/streams_test.rb'
- 'test/task_streams_test.rb'
- 'test/test_helper.rb'

# Offense count: 1
# Cop supports --auto-correct.
Style/ColonMethodCall:
Expand Down

0 comments on commit d0a9bd6

Please sign in to comment.