The Style/Documentation cop ignores what looks like namespaces, but
Roby's usage of DSL-like methods breaks that detection. So, some
generated files trigger Style/Documentation.
Add # :nodoc: to silence the cop for what we know are namespaces.
Note that this never includes the class that is being generated, which
will have to be documented.
The Style/Documentation cop ignores what looks like namespaces, but Roby's usage of DSL-like methods breaks that detection. So, some generated files trigger Style/Documentation.
Add
# :nodoc:
to silence the cop for what we know are namespaces. Note that this never includes the class that is being generated, which will have to be documented.