Skip to content

Commit

Permalink
Merge pull request #95 from joshsagredo/devel
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
joshsagredo authored Apr 3, 2023
2 parents 24d0711 + 7df0470 commit b5977f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ $ pre-commit install -c build/ci/.pre-commit-config.yaml

## License
Apache License 2.0

2 changes: 1 addition & 1 deletion build/ci/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=joshsagredo_syn-flood
sonar.organization=joshsagredo-github
sonar.organization=joshsagredo

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=syn-flood
Expand Down
1 change: 0 additions & 1 deletion internal/raw/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ func TestResolveHost(t *testing.T) {
}{
{"case1", "example.com"},
{"case2", "93.184.216.34"},
{"case3", "nonexisteddns.com"},
}

for _, tc := range cases {
Expand Down

0 comments on commit b5977f9

Please sign in to comment.