Code Quality

Code Quality

I will introduce how to use Linters to check the source code style and to prevent the bug by static analysis.

[GitHub Actions] Use GitHub Release note API to make Release note automation

2023-09-13
Let's see how to automatically create a simple Release note using GitHub Release note API in GitHub Actions.
see more ▶︎

[TruffleHog] Check Secrets and Credentials

2023-08-31
Let's see how to use TruffleHog to check whether the code contains Secrets and Credentials.
see more ▶︎

[GitHub Actions] Automate to update Changelog file

2023-08-31
Let's see how to use changelog-updater Action of GitHub Actions to update CHANGELOG.md automatically by copying the contents from the Release note.
see more ▶︎

[GitHub Actions] Check label of Pull request

2023-08-31
Let's see how to check the label of the Pull request by using PR Labels Checker of GitHub Actions.
see more ▶︎

[GitHub Actions] Use Release Drafter to automate Release note of GitHub

2023-08-31
Let's see how to use Release Drafter of GitHub Actions for automating GitHub Release note by using the Pull request title.
see more ▶︎

[GitHub Actions] Check title of Pull request

2023-08-31
Let's see how to use GitHub Actions' Conventional PR Title Action to check whether the title of Pull request is written according to the rules.
see more ▶︎

[Code Quality] Lighthouse CI

2023-03-15
Let's see how to execute Lighthouse provided Google Chrome on the local or the CI environment and how to measure automatically the performance of the web page in the CI environment.
see more ▶︎

[GitLab] Dependabot

2023-03-15
Let's see how to add Dependabot to GitLab for checking automatically the version updating of the libraries in the project.
see more ▶︎

[ESLint] eslint-plugin-import

2023-05-26
Let's see how to clean up the import part using ESLint's eslint-plugin-import.
see more ▶︎

[Code Quality] Lefthook

2023-09-02
Let's see how to use Lefthook to execute the test code or Linter when you commit on Git.
see more ▶︎

[Code Quality] CSpell

2023-03-11
Let's see how to check typo by CSpell.
see more ▶︎

[Code Quality] Stylelint

2023-03-11
Let's see how to install and configure Stylelint to check code style of CSS, SCSS files, and CSS-in-JS.
see more ▶︎