pinpt / ripsrc

Library for ripping through git repos to analyze the source code
MIT License
22 stars 5 forks source link

Remove signed field from commits #25

Closed josecordaz closed 4 years ago

josecordaz commented 4 years ago
xzandrew commented 4 years ago

This has compile errors in tests:


go test github.com/pinpt/ripsrc/...
# github.com/pinpt/ripsrc/ripsrc/commitmeta/tests [github.com/pinpt/ripsrc/ripsrc/commitmeta/tes
ts.test]
ripsrc/commitmeta/tests/basic_test.go:46:3: unknown field 'Signed' in struct literal of type com
mitmeta.Commit
ripsrc/commitmeta/tests/basic_test.go:62:3: unknown field 'Signed' in struct literal of type com
mitmeta.Commit
ripsrc/commitmeta/tests/merge_basic_test.go:35:3: unknown field 'Signed' in struct literal of ty
pe commitmeta.Commit
ripsrc/commitmeta/tests/merge_basic_test.go:59:3: unknown field 'Signed' in struct literal of ty
pe commitmeta.Commit
ripsrc/commitmeta/tests/merge_basic_test.go:83:3: unknown field 'Signed' in struct literal of ty
pe commitmeta.Commit
ripsrc/commitmeta/tests/merge_basic_test.go:107:3: unknown field 'Signed' in struct literal of t
ype commitmeta.Commit```
rblalock commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Complexity decreasing per file
==============================
+ ripsrc/commitmeta/commitmeta.go  -2

See the complete overview on Codacy