Skip to content
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

Some file changes #24

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions hello.go
Expand Up @@ -2,6 +2,12 @@ package main

import "fmt"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file has increased in 4 lines.

// A long comment a long comment a long comment a long comment a long comment a long comment a long comment a long comment a long comment

func main() {
fmt.Println("hello world")

return

a := 5
}
5 changes: 5 additions & 0 deletions stuff.java
@@ -0,0 +1,5 @@
// Taken from https://github.com/bblfsh/sonar-checks/blob/master/bblfsh_sonar_checks/fixtures/java/RSPEC-1214.java

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The file has increased in 4 lines.

interface Status {
int OPEN = 1;
int CLOSED = 2;
}