Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: ✨ add character length indicator for commit message #310

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    e965ddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0835cd6 View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 error in UI if user has disabled any step in configuration file

    now is passing a label for check is really a `subject` or `body` on steps
    gabolera committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    28c83aa View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    9366bb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f566d5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a35bd1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d49a3ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d052242 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    1c209fa View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. feat: ✨ add enums for get value of commitlint for max subject and body

    add getSubjectMaxLengthEnum() and getBodyMaxLengthEnum() for get value defined on commitlint rules
    
    vivaxy#293
    gabolera committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    113359d View commit details
    Browse the repository at this point in the history
  2. refactor: ⚡ add type any for all catch (e) which is undefined

    this modification has solved error in build
    
     Argument of type 'unknown' is not assignable to parameter of type 'string | Error'
    gabolera committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    3826ebc View commit details
    Browse the repository at this point in the history
  3. feat: ✨ add function for get value of commitlint for max subject and …

    …body
    
    add getSubjectMaxLengthEnum() and getBodyMaxLengthEnum() for get value defined on commitlint rules
    
    vivaxy#293
    gabolera committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f667daa View commit details
    Browse the repository at this point in the history
  4. feat: ✨ add function for get value of commitlint for max subject and …

    …body
    
    add getSubjectMaxLengthEnum() and getBodyMaxLengthEnum() for get value defined on commitlint rules
    
    vivaxy#293
    gabolera committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    96750c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    75e97de View commit details
    Browse the repository at this point in the history