Open GoogleCodeExporter opened 9 years ago
Original comment by mark@chromium.org
on 28 Nov 2012 at 8:41
Hi, I am not sure if the code for google-styleguide is still being maintained -
there seems to be low activity. I do not want to push this issue if it is
unrealistic that it will be fixed - I know most of these projects are supported
by people busy on their own work!
I am wondering if my problem is due to a bad installation of tools or Python?
Original comment by brim...@gmail.com
on 17 Dec 2012 at 9:06
I am having the exact same problem here, using Win7 and r99 (the latest
revision) of the python scripts and Python 3.3.
Additionally, the cpplint.py script itself produces an empty output when run on
any file.
Original comment by c.tor...@gmail.com
on 8 Mar 2013 at 11:47
Same here. Linux works fine, while Windows gives empty output.
Original comment by triston....@gmail.com
on 27 Jun 2014 at 5:20
Wrong version python for cpplint.py. Version 2.7 works fine, while version 3.4
does not. One of functions I found not supported is the xrange.
Original comment by triston....@gmail.com
on 27 Jun 2014 at 10:05
change
comment the line in the main() function where sys.stderr is reasigned
.itervalues() to .values()
.iteritems() to .items()
xrange(..) to range(..)
redefine GetLineWidth
def GetLineWidth(line):
return len(line)
Original comment by aurelien...@gmail.com
on 26 Aug 2014 at 5:43
Original issue reported on code.google.com by
brim...@gmail.com
on 16 Nov 2012 at 11:09