Class: PreCommit::Checks::Common
- Inherits:
-
Plugin
- Object
- Plugin
- PreCommit::Checks::Common
show all
- Defined in:
- lib/plugins/pre_commit/checks/common.rb
Instance Attribute Summary
Attributes inherited from Plugin
#config, #pluginator
Class Method Summary
collapse
Methods inherited from Plugin
#initialize, #name
Class Method Details
.description ⇒ Object
11
12
13
|
# File 'lib/plugins/pre_commit/checks/common.rb', line 11
def self.description
"Plugins common for all languages."
end
|
.includes ⇒ Object
7
8
9
|
# File 'lib/plugins/pre_commit/checks/common.rb', line 7
def self.includes
[:tabs, :nb_space, :whitespace, :merge_conflict, :debugger]
end
|