Categorygithub.com/dozer111/projectlinter-core/rules/dependency
modulepackage
1.0.0
Repository: https://github.com/dozer111/projectlinter-core.git
Documentation: pkg.go.dev

# README

github.com/dozer111/projectlinter-core/rules/dependency

go get -u github.com/dozer111/projectlinter-core/rules/dependency

One of top important module!

As for me ofk))

This is a killer-feature and the rules which would help you soooo much in maintaining the dependencies

Module contains 2 submodules

  • bump
  • substitute

Bump

The rule that check that specified library is at least <yourSpecifiedVersion> or higher

And if not - helps the programmer to up the version

Substitute

The rule that check that specified library exists. And if yes - suggest you to delete it, and install new specified one instead

Similar to bump - it is a very verbose, so change the library would easy as newer before

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

GolangDependencySet reusable already created RuleSet # It uses already generated bump configs to check As for me - the code of dependency module(dependencySet) would always the same So no need to write some custom - use this instead.
PHPDependencySet reusable already created RuleSet # It uses already generated bump configs to check As for me - the code of dependency module(dependencySet) would always the same So no need to write some custom - use this instead.