mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Style guides for Google-originated open-source projects
7430eefe76
Added the ability to provide CPPLINT.cfg files to provide linter message filters per sub-directory and special exclusion rules. Each file can have instructions like: filter=-build/include_order,+build/include_alpha exclude_files=.*\.cc The above disables build/include_order warning and enables build/include_alpha as well as excludes all .cc from being processed by linter, in the current directory (where the .cfg file is located) and all sub-directories. Patch by avakulenko@google.com. Related CL: https://codereview.chromium.org/406373002/ Review URL: https://codereview.appspot.com/115340043 |
||
---|---|---|
cpplint | ||
angularjs-google-style.html | ||
cppguide.xml | ||
eclipse-cpp-google-style.xml | ||
eclipse-java-google-style.xml | ||
google_python_style.vim | ||
google-c-style.el | ||
google-r-style.html | ||
htmlcssguide.xml | ||
intellij-java-google-style.xml | ||
javaguide.css | ||
javaguide.html | ||
javaguidelink.png | ||
javascriptguide.xml | ||
jsoncstyleguide_example_01.png | ||
jsoncstyleguide_example_02.png | ||
jsoncstyleguide.html | ||
jsoncstyleguide.xml | ||
lispguide.xml | ||
objcguide.xml | ||
pyguide.html | ||
Rguide.xml | ||
shell.xml | ||
styleguide.css | ||
styleguide.xsl | ||
vimscriptfull.xml | ||
vimscriptguide.xml | ||
xmlstyle.html |