fslint

文件系统命名风格检测工具 File system naming style lint

OTHER License

Downloads
397
Stars
3
Committers
2
fslint - v0.3.15 Latest Release

Published by axetroy 7 months ago

v0.3.15 (2024-04-10)

fslint - v0.3.14

Published by axetroy 7 months ago

v0.3.14 (2024-04-10)

Bugs fixed:

  • 修复 linux/amd64 和 linux/arm64(d43d2d4) (by Axetroy)
fslint - v0.3.13

Published by axetroy almost 2 years ago

v0.3.13 (2022-12-19)

Bugs fixed:

fslint - v0.3.12

Published by axetroy almost 2 years ago

v0.3.12 (2022-12-15)

fslint - v0.3.11

Published by axetroy almost 2 years ago

v0.3.11 (2022-12-15)

New feature:

  • add --max-error command line flag and config(6ad0e90) (by Axetroy)
  • add default exclude(1b75592) (by Axetroy)

Bugs fixed:

fslint - v0.3.10

Published by axetroy almost 2 years ago

v0.3.10 (2022-12-14)

fslint - v0.3.9

Published by axetroy almost 2 years ago

v0.3.9 (2022-12-14)

New feature:

  • publish linux-386 to npm(9fa2f80) (by Axetroy)
fslint - v0.3.8

Published by axetroy almost 2 years ago

v0.3.8 (2022-12-14)

Bugs fixed:

fslint - v0.3.6

Published by axetroy about 3 years ago

🐛 Bugs fixed:

  • deps: update module github.com/go-playground/validator/v10 to v10.9.0 (#15)(f4f13da) (thanks @renovate[bot])
  • deps: update module github.com/go-playground/universal-translator to v0.18.0 (#17)(b703111) (thanks @renovate[bot])
  • deps: update module github.com/gookit/color to v1.4.2 (#11)(4fe3a4c) (thanks @renovate[bot])
  • deps: update module github.com/go-playground/validator/v10 to v10.7.0 (#13)(6e0e714) (thanks @renovate[bot])
  • deps: update module github.com/fatih/color to v1.12.0 (#14)(632f305) (thanks @renovate[bot])
  • deps: update module github.com/go-playground/validator/v10 to v10.5.0 (#12)(b4ffd50) (thanks @renovate[bot])

💪 Commits(14):

  • 7969892 - v0.3.6
  • 12f26e8 - chore: remove npm publisher
  • 1cadffc - add more test
  • 9c3bc25 - add test
  • e01c3d3 - ci: fix lint
  • 0dfd438 - update
  • ca56abe - update to golang 1.17
  • f4f13da - fix(deps): update module github.com/go-playground/validator/v10 to v10.9.0 (#15)
  • b703111 - fix(deps): update module github.com/go-playground/universal-translator to v0.18.0 (#17)
  • 4fe3a4c - fix(deps): update module github.com/gookit/color to v1.4.2 (#11)
  • 6e0e714 - fix(deps): update module github.com/go-playground/validator/v10 to v10.7.0 (#13)
  • 632f305 - fix(deps): update module github.com/fatih/color to v1.12.0 (#14)
  • b4ffd50 - fix(deps): update module github.com/go-playground/validator/v10 to v10.5.0 (#12)
  • 136c9d6 - Update LICENSE
fslint - v0.3.5

Published by axetroy over 3 years ago

💪 Commits(0):

🐛 Bugs fixed:

  • npm: script path(a0ddfdf) (thanks @axetroy)

💪 Commits(1):

fslint - v0.3.4

Published by axetroy over 3 years ago

🐛 Bugs fixed:

  • npm: script path(a0ddfdf) (thanks @axetroy)
  • npm: install script in mips arch(8750932) (thanks @axetroy)

💪 Commits(2):

  • a0ddfdf - fix(npm): script path
  • 8750932 - fix(npm): install script in mips arch
fslint - v0.3.3

Published by axetroy over 3 years ago

💪 Commits(2):

fslint - v0.3.2

Published by axetroy over 3 years ago

⚡️ Performance improves:

  • improve cache binary for speed up install(7b00d56) (thanks @axetroy)

💪 Commits(2):

  • 55dafe0 - v0.3.2
  • 7b00d56 - perf: improve cache binary for speed up install
fslint - v0.3.1

Published by axetroy over 3 years ago

💪 Commits(3):

  • 7730c0a - v0.3.1
  • b9636ab - bump to go1.16
  • da6d427 - chore(deps): update module gookit/color to v1.3.7 (#10)
fslint - v0.3.0

Published by axetroy over 3 years ago

🔥 New feature:

  • improve error message if regexp is not right(b176fef) (thanks @axetroy)
  • BREAKING: remove unused parttern. close #9(ea6b333) (thanks @axetroy)
  • BREAKING: remove kebab-kebab to kebab-case(429f3fe) (thanks @axetroy)
  • BREAKING: remove Kebab-Kebab pattern(7af8b75) (thanks @axetroy)
  • print take time to output(e4e72ac) (thanks @axetroy)

🐛 Bugs fixed:

  • update help information(39b536a) (thanks @axetroy)

💪 Commits(9):

  • a960bea - v0.3.0
  • 18d9dab - docs: update readme
  • b176fef - feat: improve error message if regexp is not right
  • ea6b333 - feat(BREAKING): remove unused parttern. close #9
  • 429f3fe - feat(BREAKING): remove kebab-kebab to kebab-case
  • 7af8b75 - feat(BREAKING): remove Kebab-Kebab pattern
  • 630966c - fea(BREAKING): rename camelCase PascalCase. close #8
  • 39b536a - fix: update help information
  • e4e72ac - feat: print take time to output
fslint - v0.2.17

Published by axetroy over 3 years ago

🐛 Bugs fixed:

  • npm: binary file of node(c3d45bb) (thanks @axetroy)

💪 Commits(2):

fslint - v0.2.16

Published by axetroy over 3 years ago

🔥 New feature:

  • support number in all parttern(68b9a81) (thanks @axetroy)
  • support number in snake_case parttern(23595df) (thanks @axetroy)
  • support number in KEBAB-KEBAB parttern(4ac6e0f) (thanks @axetroy)
  • support number in kebab-kebab parttern(499609e) (thanks @axetroy)

💪 Commits(7):

  • 488dab5 - v0.2.16
  • cbd8595 - chore: update github action
  • ca8bbfd - chore: update makefile
  • 68b9a81 - feat: support number in all parttern
  • 23595df - feat: support number in snake_case parttern
  • 4ac6e0f - feat: support number in KEBAB-KEBAB parttern
  • 499609e - feat: support number in kebab-kebab parttern
fslint - v0.2.14

Published by axetroy almost 4 years ago

🔥 New feature:

  • support regexp pattern. close #3(b947d80) (thanks @axetroy)
  • add DOT.DOT parttern(34fece7) (thanks @axetroy)
  • add SNAKE_CASE parttern(34f16e7) (thanks @axetroy)
  • add KEBAB-KEBAB parttern(329aedd) (thanks @axetroy)
  • add Dot.Dot and dot.dot pattern(6669e3d) (thanks @axetroy)

💪 Commits(5):

  • b947d80 - feat: support regexp pattern. close #3
  • 34fece7 - feat: add DOT.DOT parttern
  • 34f16e7 - feat: add SNAKE_CASE parttern
  • 329aedd - feat: add KEBAB-KEBAB parttern
  • 6669e3d - feat: add Dot.Dot and dot.dot pattern
fslint - v0.2.13

Published by axetroy almost 4 years ago

🐛 Bugs fixed:

  • npm script(fdcbd91) (thanks @axetroy)

💪 Commits(6):

fslint - v0.2.12

Published by axetroy almost 4 years ago

🐛 Bugs fixed:

  • npm executable file permission(ef29660) (thanks @axetroy)

💪 Commits(1):

  • ef29660 - fix: npm executable file permission
Package Rankings
Top 18.14% on Npmjs.org
Top 8.32% on Proxy.golang.org
Badges
Extracted from project README
Build Status Go Report Card 996.icu