You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/rubocop/cop/lint/module_enforce_notes.rb
+1-56Lines changed: 1 addition & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@ module RuboCop
4
4
moduleCop
5
5
moduleLint
6
6
classModuleEnforceNotes < Base
7
-
extendAutoCorrector
8
7
9
8
NO_NOTES_MSG='Module is missing the Notes section which must include Stability, Reliability and SideEffects] - https://docs.metasploit.com/docs/development/developing-modules/module-metadata/definition-of-module-reliability-side-effects-and-stability.html'
10
9
MISSING_KEY_MSG='Module is missing %s from the Notes section - https://docs.metasploit.com/docs/development/developing-modules/module-metadata/definition-of-module-reliability-side-effects-and-stability.html'
0 commit comments