Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.22 KB

megalinter-plugins

Set of common tools that are used in some of my repos. I find my self setting up repos for one thing or another and doing the same set-up over and over. So I started this repo to share the tooling across the repos and in the new repo that I start. Here are the thing that I have learn doing this.

MegaLinter Codacy Badge

New repo set-up steps

  1. MegaLinter
    1. Create .mega-linter.yml using a copy from another repo. Now using this repo's file.
    2. update .gitignore for
      1. report/
    3. Copy .github/linters files from here to new repo and review settings.
  2. Create github directory. For workflow folder.
  3. Create TODO.md
  4. Update README.md
    1. Copy Badges
      1. Mega Linter
      2. Codacy
      3. License
  5. TODO submodule and make set up needed