seems this is due to I didn't add the --lintall option,
the change is one line removal (existing file at the base commit)
thus it's considered as not concerned, but it is concerned actually because I didn't remove the entire function
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 29 2016
Dec 7 2016
Nov 18 2016
Oct 29 2016
Aug 29 2016
In T11517#192337, @rayzyar wrote:In T11517#192332, @michaeljs1990 wrote:I've just tried to reproduce again, seems my steps cannot reproduce it.
I couldn't find out a good way to reproduce this bug.
Here is what I found :
when I change my existing code (removing the comment of an exported variable or method), arc lint at root git directory doesn't trigger the ADVICE
however arc lint xxx/xxx.go could trigger the lint ADVICEAnd I tried to copy the same code to try to reproduce this, it works perfectly with arc lint at root git directory.
BTW, I am using some extension, https://github.com/zerodiff/traphicThank you a lot for looking into this
In T11517#192332, @michaeljs1990 wrote:
I've just tried to reproduce again, seems my steps cannot reproduce it.
I couldn't find out a good way to reproduce this bug.
Here is what I found :
when I change my existing code (removing the comment of an exported variable or method), arc lint at root git directory doesn't trigger the ADVICE
however arc lint xxx/xxx.go could trigger the lint ADVICE
Aug 28 2016
@chad could u take a look again
Aug 23 2016
In T11517#191349, @chad wrote:Please follow the instructions in Contributing Bug Reports. This is not a valid report without version information and step by step reproduction information.