File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11filetype : git-commit
22
33detect :
4- filename : " ^(.*[\\ /])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG)$"
4+ filename : ' ^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG)$'
55
66rules :
77 # File changes
Original file line number Diff line number Diff line change 11filetype : git-config
22
33detect :
4- filename : " git(config|modules)$|\\ . git/ config$"
4+ filename : ' git(config|modules)$|^(.*[\\/])?\.? git[\\/] config$'
55
66rules :
77 - constant : " \\ <(true|false)\\ >"
Original file line number Diff line number Diff line change 11filetype : git-rebase-todo
22
33detect :
4- filename : " ^(.*[\\ /])?git\\ -rebase\\ -todo$"
4+ filename : ' ^(.*[\\/])?git\-rebase\-todo$'
55
66rules :
77 # Rebase commands
Original file line number Diff line number Diff line change 11filetype : ruby
22
33detect :
4- filename : " \\ .(rb|rake|gemspec)$|^(.*[\\ /])?(Gemfile|config.ru|Rakefile|Capfile|Vagrantfile|Guardfile|Appfile|Fastfile|Pluginfile|Podfile|\\ .?[Bb]rewfile)$"
4+ filename : ' \ .(rb|rake|gemspec)$|^(.*[\\/])?(Gemfile|config\ .ru|Rakefile|Capfile|Vagrantfile|Guardfile|Appfile|Fastfile|Pluginfile|Podfile|\.?[Bb]rewfile)$'
55 header : " ^#!.*/(env +)?ruby( |$)"
66
77rules :
You can’t perform that action at this time.
0 commit comments