Giter Club home page Giter Club logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024

Original comment by [email protected] on 28 Nov 2012 at 8:41

from google-styleguide.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
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 [email protected] on 17 Dec 2012 at 9:06

from google-styleguide.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
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 [email protected] on 8 Mar 2013 at 11:47

from google-styleguide.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
Same here. Linux works fine, while Windows gives empty output.

Original comment by [email protected] on 27 Jun 2014 at 5:20

from google-styleguide.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
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 [email protected] on 27 Jun 2014 at 10:05

from google-styleguide.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 21, 2024
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 [email protected] on 26 Aug 2014 at 5:43

from google-styleguide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.