Skip to content

Heimdall is a tool for finding specific text patterns that you don't want in your code

Notifications You must be signed in to change notification settings

isabella232/heimdall

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Heimdall

Heimdall is a tool for finding specific text patterns that you don't want in your code. It requires The Silver Searcher to be installed.

Rules

Rules will be read from a heimdall.json file in your working directory. The file uses the following format:

{
  "rules":[
    {
      "name": "Rule Name",
      "pattern": ".+The pattern you want to search for.*",
      "description": "An explanation of what the rule is and why it's used",
      "flags":"--ignore *.unwanted-extension",
      "path":"repo_dir"
    }
  ]
}

About

Heimdall is a tool for finding specific text patterns that you don't want in your code

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%