rggen/rggen-systemverilog

View on GitHub
.rubocop.yml

Summary

Maintainability
Test Coverage
<% if File.exist?('rubocop_common.yml') %>
inherit_from:
  - rubocop_common.yml
  - .rubocop_todo.yml
<% else %>
inherit_gem:
  rggen-devtools: config/rubocop_common.yml

inherit_from:
  - .rubocop_todo.yml
<% end %>

Metrics/BlockLength:
  AllowedMethods:
    - base_feature
    - build
    - configuration
    - define_helpers
    - define_list_feature
    - define_list_item_feature
    - define_simple_feature
    - factory
    - setup_plugin
    - sv_rtl
    - sv_rtl_package
    - sv_ral

Naming/VariableNumber:
  AllowedIdentifiers:
    - w1
    - wo1