Skip to content

Commit ee36f61

Browse files
author
Analysis Tools Bot
committed
Commit list
1 parent 74e5a3d commit ee36f61

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,8 @@ It uses the pycodestyle utility to determine what parts of the code needs to be
10001000

10011001
- [linty fresh](https://github.com/lyft/linty_fresh) — Parse lint errors and report them to Github as comments on a pull request.
10021002

1003+
- [mbake](https://pypi.org/project/mbake/) — mbake is a Makefile formatter and linter. It only took 50 years!
1004+
10031005
- [mccabe](https://pypi.org/project/mccabe) :warning: — Check McCabe complexity.
10041006

10051007
- [multilint](https://github.com/adamchainz/multilint) :warning: — A wrapper around `flake8`, `isort` and `modernize`.
@@ -2051,6 +2053,8 @@ but with the following improvements:
20512053

20522054
- [checkmake](https://github.com/mrtazz/checkmake) — Linter / Analyzer for Makefiles.
20532055

2056+
- [mbake](https://pypi.org/project/mbake/) — mbake is a Makefile formatter and linter. It only took 50 years!
2057+
20542058
- [portlint](https://www.freebsd.org/cgi/man.cgi?query=portlint&sektion=1&manpath=FreeBSD+8.1-RELEASE+and+Ports) — A verifier for FreeBSD and DragonFlyBSD port directories.
20552059

20562060

data/api/tools.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11518,6 +11518,36 @@
1151811518
"demos": null,
1151911519
"wrapper": null
1152011520
},
11521+
"mbake": {
11522+
"name": "mbake",
11523+
"categories": [
11524+
"linter",
11525+
"formatter"
11526+
],
11527+
"languages": [
11528+
"python"
11529+
],
11530+
"other": [
11531+
"make"
11532+
],
11533+
"licenses": [
11534+
"MIT"
11535+
],
11536+
"types": [
11537+
"cli"
11538+
],
11539+
"homepage": "https://pypi.org/project/mbake/",
11540+
"source": "https://github.com/EbodShojaei/bake",
11541+
"pricing": null,
11542+
"plans": null,
11543+
"description": "mbake is a Makefile formatter and linter. It only took 50 years!",
11544+
"discussion": null,
11545+
"deprecated": null,
11546+
"resources": null,
11547+
"reviews": null,
11548+
"demos": null,
11549+
"wrapper": null
11550+
},
1152111551
"mccabe": {
1152211552
"name": "mccabe",
1152311553
"categories": [

0 commit comments

Comments
 (0)