Skip to content

Commit 7a2cb68

Browse files
committed
Enable Style/Documentation cop in RuboCop configuration
This change removes the exclusion of the Style/Documentation cop, thereby enabling it. Enforcing documentation ensures that all classes and modules are properly commented, improving code maintainability and readability.
1 parent 8c1f842 commit 7a2cb68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rubocop-gem.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ Style/CaseEquality:
4545
AllowOnConstant: true
4646
AllowOnSelfClass: false
4747

48-
Style/Documentation:
49-
Enabled: false
50-
5148
Style/HashSyntax:
5249
EnforcedShorthandSyntax: always
5350

0 commit comments

Comments
 (0)