Explore tweets tagged as #ShellCheck
@GeekNewsHada
GeekNews
14 days
Vet – 원격 셸 스크립트를 더 안전하게 실행하는 도구. - vet은 `curl | bash` 방식의 원격 설치 스크립트 실행을 "다운로드→검토→실행 승인" 프로세스로 안전하게 전환해주는 CLI 툴임 .- 스크립트 변경 내역(diff) 확인, shellcheck 기반 린트(정적 분석), 직접 승인….
0
2
5
@revine86
1 year
これは便利な拡張機能だ!!即取り入れ!.shell-format.ShellCheck
Tweet media one
0
0
2
@tcrypt25519
Tyler Smith
2 years
Pro tip: Use this one weird trick to make shellcheck disable-lines work as end-of-line comments instead of having to put it on the line before!
Tweet media one
Tweet media two
0
0
2
@PrateekJainDev
Prateek Jain
9 months
Docker Tip 🐳. Enhance your Docker images with Hadolint!. This smart linter parses Dockerfiles into an AST (Application Security Testing), checks Docker instructions, and leverages ShellCheck for better bash/sh practices inside RUN commands. Don’t let bad practices sink your
Tweet media one
2
0
9
@ko1nksm
Koichi Nakashima
2 months
シェルスクリプトに対するクレーム(?)で未だ理解できないものは型が欲しいという意見。ほとんどの人はシェルスクリプトで長いコードは書かないだろうし、タイプミスはShellCheckで大体検出可能だし、クラスも構造体もない世界に、何の型があればどんな問題が解決されると思っているのか理解できない.
3
17
79
@lawofcons
(infinite-jes)
9 months
there should not be that many unique contributors of shell. it should be like 5 people. this is why builds & CI always breaks imho. at least use shellcheck.
Tweet media one
0
0
3
@heyvaldemar
Vladimir Mikhalev
1 year
Haskell Dockerfile Linter (hadolint) is an advanced Dockerfile analysis tool that aids in creating optimized Docker images. It interprets Dockerfiles into an Abstract Syntax Tree (AST) and applies a set of rules to analyze this AST. Additionally, it utilizes ShellCheck
Tweet media one
0
0
4
@sigmundFredM
Frédéric Martinsons
2 years
a little shellcheck run (great tool) could have avoid these error:
Tweet media one
@nixcraft
nixCraft 🐧
2 years
Steam client for Linux could accidentally delete all the user's files in every directory on the computer. This happened to users that had moved Steam's installation directory. The bug is the result of unsafe shell script programming in 2015
Tweet media one
0
0
1
@MungaSoftwiz
Munga
2 years
Day [63] of #100DaysOfCode.I've been working on bash scripting projects. Some concepts I used are:.☑loops: while,for,until.☑conditionals expressions: -le, -gt, -lt.☑"env" to make the script portable.☑parsing.☑the shellcheck tool.I'm also creating an RSA SSH pair key.#ALX_SE
Tweet media one
@MungaSoftwiz
Munga
2 years
Day [62] of #100DaysOfCode.I spent the day studying DSA. I'm really enjoying the process as I try to really grasp the nitty-gritty.I learnt:.☑rate of growth of an algo.☑asymptotic notation for big-O, omega-Q and Theta function.☑master theorem for divide and conquer recurrences.
1
1
4
@StarHistoryHQ
Star History
1 year
35.7K ⭐️ ShellCheck is a GPLv3 tool that gives warnings and suggestions for bash/sh shell scripts 🩺 . #starhistory #GitHub #OpenSource
Tweet media one
0
0
1
@adedeejii
Hardey
7 months
Day 14 of #30DaysOfBash Debugging Bash Scripts:.Debugging is a critical skill in Bash scripting, and today, I dove into practical exercises to sharpen my skills,.Exercise:.-Ran an existing script through ShellCheck to identify potential issues. Fixed the warnings. @akintunero
Tweet media one
@adedeejii
Hardey
7 months
Day 13 of #30DaysOfBash.Today, I learned to manage file permissions & ownership in Unix-like systems. Key points:.-Use chmod to set read, write, & execute permissions. -chown changes file ownership. -Explored special permissions like setuid and sticky bit. @akintunero
Tweet media one
Tweet media two
1
4
6
@lawofcons
(infinite-jes)
3 months
shellcheck just taught me something. array indexes in bash are already arithmetic context! that's rad. that means indexing arrays can look much simpler.
Tweet media one
1
0
5
@securibee
Bee 🐝
2 years
ShellCheck - A shell script static analysis tool @vidar_holen. The goals of ShellCheck are to point out and clarify:. - Beginner's syntax issues.- Intermediate-level semantic problems.- Subtle caveats, corner cases and pitfalls. #HiveArchive
Tweet media one
0
0
3
@raki
らき
2 years
shellcheck にやられててドキュメントを翻訳しいしい勉強してたんだけどこれはふいたw.
Tweet media one
Tweet media two
1
0
0
@nixcraft
nixCraft 🐧
2 years
Shellcheck finds bugs in your #Unix, #Linux, #FreeBSD, amd #macOS shell scripts A must tool for CLI and scripting geeks.
0
17
84
@masahiro_sakai
Masahiro Sakai
1 year
シェルスクリプトの静的解析ツールの shellcheck を試してみた。自分はシェルスクリプトは雰囲気でしか使ってなかったけど、落とし穴の多い言語なので、指摘は勉強になるね。可能な限りシェルスクリプトを書くのは避けて他の言語で書こう!という気持ちが強くなったけど。
0
0
6
@moiseenko_tech
Andrei Moiseenko
4 months
Друзья, хотите пример худшего на мой взгляд PYTHON-пакета?. — 273 контрибьютора.— Shell 50.3%, Python 49.5%.— 332 вызова sudo.— shellcheck захлёбывается .— python используется как обвязка для запуска shell-скриптов. И этот ужас — кусочек опенстека.
4
0
12
@keita44_f4
よんた
17 days
自分だと、awsコマンド、zig、uv(Pythonはメインで開発しない)、fzf、biome(nvmやnpm/yarnはあるが、エディタのためにグローバルには置いておきたいし、nodeのバージョンが変わるたびに再インストールめんどい)、shfmt、shellcheck、hivemindなんかをmise管理にした.
0
0
1
@jrogue
Park JaeHo
2 years
finds bugs in your shell scripts.ShellCheck - You can cabal, apt, dnf, pkg or brew install it locally right now.
0
0
1