Skip to content

Commit 486dd20

Browse files
authored
Updated 01b-Linting-Code.md
1 parent a47bb93 commit 486dd20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

old-versions/V0.1/01b-Linting-Code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Advanced static analysis tools typically deliver:
2828
- Out-of-the-box certification for use in the development of safety-critical applications.
2929

3030
### Issues with Linters
31-
+ Not every language has "quality" standard linter tools available, each framwork usually has one or several linters.
31+
+ Not every language has "quality" standard linter tools available, each framework usually has one or several linters.
3232
+ Different versions or configurations can lead to different results.
3333
+ Since some linters are very verbose and information overload can lead to focusing on "unimportant" issues.
3434

@@ -40,4 +40,4 @@ You can perform it in the **pre-commit** phase, so locally before actually commi
4040

4141
### References
4242

43-
+ [Preforce](https://www.perforce.com/blog/qac/what-lint-code-and-why-linting-important)
43+
+ [Preforce](https://www.perforce.com/blog/qac/what-lint-code-and-why-linting-important)

0 commit comments

Comments
 (0)