Project import generated by Copybara. PiperOrigin-RevId: 730435889
Recent Commits to styleguide:gh-pages
-
Project import generated by Copybara.
-
pylintrc: Project import generated by Copybara.
pylintrc: Project import generated by Copybara. PiperOrigin-RevId: 729623959
-
Updated pylintrc with intended changes (#880)
Updated pylintrc with intended changes (#880) Fixes #871.
-
LICENSE: switch to CC-BY-3.0 #637
LICENSE: switch to CC-BY-3.0 #637 We've always said the style guides are licensed under CC-By 3.0 in our README file. We use other licenses for code snippets, and list those in the respective file headers, but the guides are the dominant source in this repo, so list that in the LICENSE file. Fixes #637.
-
pylintrc: add explicit Apache license for export #637
pylintrc: add explicit Apache license for export #637 Most content in the external styleguide repo is Creative Commons based, so add an explicit license to files that aren't to avoid confusion.
-
htmlcssguide: Update TODO format (#884)
htmlcssguide: Update TODO format (#884) This update changes the TODO formatting and examples to more closely align with Google’s internal TODO style.
-
pylintrc: disable score reports
pylintrc: disable score reports We disable reports in general already, but newer pylint versions include per-file score reports by default. PiperOrigin-RevId: 725563567
-
add commit message guidance #336
add commit message guidance #336 Since many Google projects refer to this site for writing git commit messages already, or have guidance that is well aligned with it, link to them rather than write our own document. Fixes: #336