Augusto
|
c6687f4d80
|
Verify that the file to be analyze exists before analyze it
Allow flag -no-array for backwards compatibility
Add tests for the cases that were causing issues
|
4 years ago |
Augusto
|
0696b6683b
|
Improve readability, delete unused function plus minor fixes
|
4 years ago |
Augusto
|
8ff4df7f65
|
No output when succeded
|
4 years ago |
Augusto
|
02ed96cadf
|
Change the flags from arrays to slices
Leaves the flag no-arrays for backwards compatibility but marks it as deprecated
|
4 years ago |
Augusto
|
7da56a4a89
|
Replace `array` for `slice` in all the output
|
4 years ago |
Augusto
|
2bf797007b
|
Add a case with both an empty file and an empty golang source file
|
4 years ago |
Augusto
|
eb9c4b11fe
|
Format error message and fix prevent errors
|
4 years ago |
Augusto
|
74d5f11f48
|
Add a test case for an empty golang source file
|
4 years ago |
Augusto
|
8d1b051f4b
|
Treats the case of not passing a golang source file
Also fixes the test and adds a test case for an empty file
|
4 years ago |
Augusto
|
81d69fdbbd
|
Change the rc to report always the relative package
And add test cases for double wrapping of a disallowed function
|
4 years ago |
Augusto
|
aea1f7debb
|
Fix the issue with the error message not appearing in the same order
The function Equal result checks if all the lines appear in the result
independently of the order
|
4 years ago |
Augusto
|
3966dffaf0
|
Delete repretitions in error message
Also added automated tests, but the sometimes the test can fail only
for the order the lines are displayed
|
4 years ago |
Augusto
|
e6a9200c75
|
Add tests and exercises examples to test the output of the rc
Warning: the test is not working yet
|
4 years ago |