DeKu
Home
Category
Kubernetes
git
Ruby on Rails
일단공부(Il-Dan-Gong-Bu)
Clog
Writing Books
Code Quality
dev environment
Ruby
Flutter
Essay
TensorFlow
GitHub Actions
Golang
BlaBoo
Share
kumoncho
React
jekyll blog
Laravel
django
Knowledge about Web
React Native
Apps
Contact
한국어
English
日本語
Menu
Home
Category
Kubernetes
git
Ruby on Rails
일단공부(Il-Dan-Gong-Bu)
Clog
Writing Books
Code Quality
dev environment
Ruby
Flutter
Essay
TensorFlow
GitHub Actions
Golang
BlaBoo
Share
kumoncho
React
jekyll blog
Laravel
django
Knowledge about Web
React Native
Apps
Contact
Code Quality
I will introduce how to use Linters to check the source code style and to prevent the bug by static analysis.
Home
Code Quality
Search
[Code Quality] Check Code using Semgrep with Regular Expression
2025-01-11
Let's see how to check the code quality by using Semgrep with regular expression.
see more ▶︎
[Code Quality] Stylelint V15
2023-10-05
Let's see how to check the style code in the CSS, SCSS, and CSS-in-JS files by using StyleLint V15.
see more ▶︎
[Code Quality] Lighthouse CI
2025-01-11
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
2025-01-11
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-10-16
Let's see how to clean up the import part using ESLint's eslint-plugin-import.
see more ▶︎
[Code Quality] CSpell
2025-01-11
Let's see how to check typo by CSpell.
see more ▶︎
[Code Quality] Stylelint V14
2025-01-11
Let's see how to install and configure Stylelint to check code style of CSS, SCSS files, and CSS-in-JS.
see more ▶︎
[Code Quality] remark-lint
2025-01-11
Let's see how to use the remark-lint to make the same style of the Markdown.
see more ▶︎