You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/welcome/faq.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ It means that if you try to run an analysis on a single file or a group of files
40
40
with dependencies on other files or packages of your project, as it doesn't compile (because of the missing pieces of code),
41
41
it also cannot be analyzed.
42
42
43
-
If there are `typecheck` errors, golangci-lint will not able to produce other reports because that kind of error doesn't allow it to perform any analysis.
43
+
If there are `typecheck` errors, golangci-lint will not be able to produce other reports because that kind of error doesn't allow it to perform any analysis.
0 commit comments