File tree 26 files changed +26
-26
lines changed
26 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCheckout
6
6
# Runs `bower install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BowerInstall}
9
+ # @see Overcommit::Hook::Shared::BowerInstall
10
10
class BowerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BowerInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCheckout
6
6
# Runs `bundle install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BundleInstall}
9
+ # @see Overcommit::Hook::Shared::BundleInstall
10
10
class BundleInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BundleInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCheckout
6
6
# Runs `composer install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::ComposerInstall}
9
+ # @see Overcommit::Hook::Shared::ComposerInstall
10
10
class ComposerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::ComposerInstall
12
12
end
Original file line number Diff line number Diff line change 5
5
module Overcommit ::Hook ::PostCheckout
6
6
# Updates ctags index for all source code in the repository.
7
7
#
8
- # @see { Overcommit::Hook::Shared::IndexTags}
8
+ # @see Overcommit::Hook::Shared::IndexTags
9
9
class IndexTags < Base
10
10
include Overcommit ::Hook ::Shared ::IndexTags
11
11
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCheckout
6
6
# Runs `npm install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::NpmInstall}
9
+ # @see Overcommit::Hook::Shared::NpmInstall
10
10
class NpmInstall < Base
11
11
include Overcommit ::Hook ::Shared ::NpmInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCheckout
6
6
# Runs `yarn install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::YarnInstall}
9
+ # @see Overcommit::Hook::Shared::YarnInstall
10
10
class YarnInstall < Base
11
11
include Overcommit ::Hook ::Shared ::YarnInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCommit
6
6
# Runs `bower install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BowerInstall}
9
+ # @see Overcommit::Hook::Shared::BowerInstall
10
10
class BowerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BowerInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCommit
6
6
# Runs `bundle install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BundleInstall}
9
+ # @see Overcommit::Hook::Shared::BundleInstall
10
10
class BundleInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BundleInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCommit
6
6
# Runs `composer install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::ComposerInstall}
9
+ # @see Overcommit::Hook::Shared::ComposerInstall
10
10
class ComposerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::ComposerInstall
12
12
end
Original file line number Diff line number Diff line change 5
5
module Overcommit ::Hook ::PostCommit
6
6
# Updates ctags index for all source code in the repository.
7
7
#
8
- # @see { Overcommit::Hook::Shared::IndexTags}
8
+ # @see Overcommit::Hook::Shared::IndexTags
9
9
class IndexTags < Base
10
10
include Overcommit ::Hook ::Shared ::IndexTags
11
11
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCommit
6
6
# Runs `npm install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::NpmInstall}
9
+ # @see Overcommit::Hook::Shared::NpmInstall
10
10
class NpmInstall < Base
11
11
include Overcommit ::Hook ::Shared ::NpmInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostCommit
6
6
# Runs `yarn install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::YarnInstall}
9
+ # @see Overcommit::Hook::Shared::YarnInstall
10
10
class YarnInstall < Base
11
11
include Overcommit ::Hook ::Shared ::YarnInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostMerge
6
6
# Runs `bower install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BowerInstall}
9
+ # @see Overcommit::Hook::Shared::BowerInstall
10
10
class BowerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BowerInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostMerge
6
6
# Runs `bundle install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BundleInstall}
9
+ # @see Overcommit::Hook::Shared::BundleInstall
10
10
class BundleInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BundleInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostMerge
6
6
# Runs `composer install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::ComposerInstall}
9
+ # @see Overcommit::Hook::Shared::ComposerInstall
10
10
class ComposerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::ComposerInstall
12
12
end
Original file line number Diff line number Diff line change 5
5
module Overcommit ::Hook ::PostMerge
6
6
# Updates ctags index for all source code in the repository.
7
7
#
8
- # @see { Overcommit::Hook::Shared::IndexTags}
8
+ # @see Overcommit::Hook::Shared::IndexTags
9
9
class IndexTags < Base
10
10
include Overcommit ::Hook ::Shared ::IndexTags
11
11
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostMerge
6
6
# Runs `npm install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::NpmInstall}
9
+ # @see Overcommit::Hook::Shared::NpmInstall
10
10
class NpmInstall < Base
11
11
include Overcommit ::Hook ::Shared ::NpmInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostMerge
6
6
# Runs `yarn install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::YarnInstall}
9
+ # @see Overcommit::Hook::Shared::YarnInstall
10
10
class YarnInstall < Base
11
11
include Overcommit ::Hook ::Shared ::YarnInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostRewrite
6
6
# Runs `bower install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BowerInstall}
9
+ # @see Overcommit::Hook::Shared::BowerInstall
10
10
class BowerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BowerInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostRewrite
6
6
# Runs `bundle install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::BundleInstall}
9
+ # @see Overcommit::Hook::Shared::BundleInstall
10
10
class BundleInstall < Base
11
11
include Overcommit ::Hook ::Shared ::BundleInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostRewrite
6
6
# Runs `composer install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::ComposerInstall}
9
+ # @see Overcommit::Hook::Shared::ComposerInstall
10
10
class ComposerInstall < Base
11
11
include Overcommit ::Hook ::Shared ::ComposerInstall
12
12
end
Original file line number Diff line number Diff line change 5
5
module Overcommit ::Hook ::PostRewrite
6
6
# Updates ctags index for all source code in the repository.
7
7
#
8
- # @see { Overcommit::Hook::Shared::IndexTags}
8
+ # @see Overcommit::Hook::Shared::IndexTags
9
9
class IndexTags < Base
10
10
include Overcommit ::Hook ::Shared ::IndexTags
11
11
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostRewrite
6
6
# Runs `npm install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::NpmInstall}
9
+ # @see Overcommit::Hook::Shared::NpmInstall
10
10
class NpmInstall < Base
11
11
include Overcommit ::Hook ::Shared ::NpmInstall
12
12
end
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ module Overcommit::Hook::PostRewrite
6
6
# Runs `yarn install` when a change is detected in the repository's
7
7
# dependencies.
8
8
#
9
- # @see { Overcommit::Hook::Shared::YarnInstall}
9
+ # @see Overcommit::Hook::Shared::YarnInstall
10
10
class YarnInstall < Base
11
11
include Overcommit ::Hook ::Shared ::YarnInstall
12
12
end
Original file line number Diff line number Diff line change 5
5
module Overcommit ::Hook ::PreCommit
6
6
# Runs rake targets
7
7
#
8
- # @see { Overcommit::Hook::Shared::RakeTarget}
8
+ # @see Overcommit::Hook::Shared::RakeTarget
9
9
class RakeTarget < Base
10
10
include Overcommit ::Hook ::Shared ::RakeTarget
11
11
end
Original file line number Diff line number Diff line change 5
5
module Overcommit ::Hook ::PrePush
6
6
# Runs rake targets
7
7
#
8
- # @see { Overcommit::Hook::Shared::RakeTarget}
8
+ # @see Overcommit::Hook::Shared::RakeTarget
9
9
class RakeTarget < Base
10
10
include Overcommit ::Hook ::Shared ::RakeTarget
11
11
end
You can’t perform that action at this time.
0 commit comments