litmuschaos/litmus

Integration CI Lint tool, Code should be linted and formatted without any error before it is committed

Open

#3,251 opened on Oct 1, 2021

View on GitHub
 (4 comments) (0 reactions) (1 assignee)HTML (574 forks)batch import
Hacktoberfest

Repository metrics

Stars
 (3,702 stars)
PR merge metrics
 (Avg merge 42d 14h) (20 merged PRs in 30d)

Description

  • CI lint tool can be used to run, so code is linted and formatted before it is committed. One can prefer any tool some references listed.
  • For more about repo visit litmus-python repo.

References :

  • GitLab python
  • Git-hooks. Git-hooks trigger when a command occurs in a Git repository — such as a commit or a push. A “pre-commit hook” runs when a git commit is executed.

Contributor guide