GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#javascript #ecmascript #eslint #javascript #linter #static_code_analysis

ESLint is a tool that helps you find and fix problems in your JavaScript code. Here’s how it benefits you ESLint checks your code for patterns that could cause errors or make your code harder to read.
- **Customizable** You can install ESLint using a simple command (`npm init @eslint/config@latest`) and run it on any file or directory.
- **Supports Latest Standards** ESLint has a strong community, regular updates, and a clear versioning policy to ensure stability and security.

Using ESLint helps you write cleaner, more reliable code, saving you time and effort in the long run.

https://github.com/eslint/eslint
#go #golang #security #security_automation #security_tools #static_analysis #static_code_analysis

Gosec is a tool that checks your Go code for security issues. It scans your code to find problems like hard-coded credentials, unsafe code practices, and other vulnerabilities. You can install it easily using commands or integrate it into your GitHub actions for automated checks. Gosec allows you to customize which rules to run, exclude certain files or folders, and generate reports in various formats. This helps you identify and fix security issues quickly, making your code more secure and reliable.

https://github.com/securego/gosec
3
#ruby #code_formatter #hacktoberfest #linter #rubocop #ruby #static_code_analysis

RuboCop is a tool that helps keep your Ruby code clean and organized. It checks your code for problems and can even fix some of them automatically. This helps you write better code and makes sure it looks consistent throughout your project. Using RuboCop can save you time and effort by catching mistakes early and improving your code's performance. It's easy to install and use, and you can customize it to fit your needs. Overall, RuboCop is a valuable tool for anyone writing Ruby code.

https://github.com/rubocop/rubocop
👍1