-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: improve gno linter with basic errors support #1202
Commits on Oct 6, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba33912 - Browse repository at this point
Copy the full SHA ba33912View commit details -
chore: cleanup gnoland preprocess output
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0effbbf - Browse repository at this point
Copy the full SHA 0effbbfView commit details -
feat: add
UPDATE_SCRIPTS
environement variable to gnovmfrom `testscripts` doc.go: UpdateScripts specifies that if a `cmp` command fails and its second argument refers to a file inside the testscript file, the command will succeed and the testscript file will be updated to reflect the actual content (which could be stdout, stderr or a real file). The content will be quoted with txtar.Quote if needed; a manual change will be needed if it is not unquoted in the script. Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5bfdf28 - Browse repository at this point
Copy the full SHA 5bfdf28View commit details -
feat: add some linter testscripts tests
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fd891a2 - Browse repository at this point
Copy the full SHA fd891a2View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e53f017 - Browse repository at this point
Copy the full SHA e53f017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 708092b - Browse repository at this point
Copy the full SHA 708092bView commit details
Commits on Oct 7, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ff3b43 - Browse repository at this point
Copy the full SHA 3ff3b43View commit details -
fix: add lint test for _test files
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5eb43c4 - Browse repository at this point
Copy the full SHA 5eb43c4View commit details
Commits on Oct 9, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec53732 - Browse repository at this point
Copy the full SHA ec53732View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1e556c7 - Browse repository at this point
Copy the full SHA 1e556c7View commit details
Commits on Oct 20, 2023
-
feat: add preprocess stack error
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 145c78f - Browse repository at this point
Copy the full SHA 145c78fView commit details -
fix: add lint file error testscripts
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89befe1 - Browse repository at this point
Copy the full SHA 89befe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae0476 - Browse repository at this point
Copy the full SHA 7ae0476View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f461b2d - Browse repository at this point
Copy the full SHA f461b2dView commit details
Commits on Oct 23, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a628c94 - Browse repository at this point
Copy the full SHA a628c94View commit details -
fix: handle preprocess error on test
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 984841e - Browse repository at this point
Copy the full SHA 984841eView commit details
Commits on Oct 25, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d40cf0f - Browse repository at this point
Copy the full SHA d40cf0fView commit details
Commits on Dec 4, 2023
-
Merge remote-tracking branch 'origin/master' into feat/gnolint-error
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f5c9de - Browse repository at this point
Copy the full SHA 0f5c9deView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2c9656 - Browse repository at this point
Copy the full SHA c2c9656View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for caf6442 - Browse repository at this point
Copy the full SHA caf6442View commit details -
fix: gno run test for preprocess stack
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14251e6 - Browse repository at this point
Copy the full SHA 14251e6View commit details
Commits on Dec 7, 2023
-
chore: encapsulate error catch for better readability
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 89ae08f - Browse repository at this point
Copy the full SHA 89ae08fView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 11f101a - Browse repository at this point
Copy the full SHA 11f101aView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0f7245 - Browse repository at this point
Copy the full SHA d0f7245View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8b828b0 - Browse repository at this point
Copy the full SHA 8b828b0View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b69afe - Browse repository at this point
Copy the full SHA 4b69afeView commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for af22e23 - Browse repository at this point
Copy the full SHA af22e23View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0540dc3 - Browse repository at this point
Copy the full SHA 0540dc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f160cf - Browse repository at this point
Copy the full SHA 2f160cfView commit details
Commits on Dec 8, 2023
-
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3fb3b71 - Browse repository at this point
Copy the full SHA 3fb3b71View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3a444e0 - Browse repository at this point
Copy the full SHA 3a444e0View commit details -
Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fdc0c10 - Browse repository at this point
Copy the full SHA fdc0c10View commit details
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 845ab7c - Browse repository at this point
Copy the full SHA 845ab7cView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e4dad1 - Browse repository at this point
Copy the full SHA 0e4dad1View commit details