hugo/hugolib
Cameron Moore 47fdfd5196 Clean up lint in various packages
Changes fall into one of the following:

- gofmt -s
- receiver name is inconsistent
- omit unused 2nd value from range
- godoc comment formed incorrectly
- err assigned and not used
- if block ends with a return statement followed by else
2017-09-29 16:23:16 +02:00
..
testdata
404_test.go
alias.go
alias_test.go
author.go
case_insensitive_test.go
config.go Change SummaryLength to be configurable (#3924) 2017-09-29 09:04:55 +02:00
config_test.go Add support for multiple config files via --config a.toml,b.toml,c.toml 2017-08-09 20:13:02 +02:00
datafiles_test.go
disableKinds_test.go
embedded_shortcodes_test.go Use Chroma as new default syntax highlighter 2017-09-25 08:59:02 +02:00
gitinfo.go
handler_base.go all: Fix spelling 2017-08-07 20:19:24 +02:00
handler_file.go
handler_meta.go Clean up lint in various packages 2017-09-29 16:23:16 +02:00
handler_page.go
handler_test.go
hugo_info.go
hugo_sites.go all: Fix spelling 2017-08-07 20:19:24 +02:00
hugo_sites_build.go hugolib: Move metrics output to the end of the site build 2017-09-27 21:26:08 +02:00
hugo_sites_build_test.go output: Support templates per site/language 2017-07-04 09:12:44 +02:00
media.go
menu.go
menu_old_test.go
menu_test.go
multilingual.go hugolib: More spelling 2017-08-08 10:54:35 +02:00
node_as_page_test.go
page.go Clean up lint in various packages 2017-09-29 16:23:16 +02:00
page_collections.go
page_collections_test.go
page_output.go Add some missing doc comments 2017-08-03 15:57:51 +02:00
page_paths.go media, hugolib: Support extension-less media types 2017-06-20 11:04:14 +02:00
page_paths_test.go media, hugolib: Support extension-less media types 2017-06-20 11:04:14 +02:00
page_permalink_test.go
page_taxonomy_test.go
page_test.go hugolib: Rewrite replaceDivider to reduce memory allocation 2017-08-14 09:42:55 +02:00
page_time_integration_test.go
pageCache.go hugolib: Implement "related content" 2017-09-06 00:20:02 +02:00
pageCache_test.go hugolib: Implement "related content" 2017-09-06 00:20:02 +02:00
pageGroup.go hugolib: Implement "related content" 2017-09-06 00:20:02 +02:00
pageGroup_test.go
pages_related.go hugolib: Fix typo in aquired 2017-09-07 16:21:33 +02:00
pages_related_test.go Clean up lint in various packages 2017-09-29 16:23:16 +02:00
pageSort.go
pageSort_test.go hugolib: Implement "related content" 2017-09-06 00:20:02 +02:00
pagesPrevNext.go
pagesPrevNext_test.go
pagination.go
pagination_test.go
path_separators_test.go
permalinker.go
permalinks.go hugolib: Extend the sections API 2017-07-04 09:11:49 +02:00
permalinks_test.go
robotstxt_test.go
rss_test.go
scratch.go
scratch_test.go
shortcode.go output: Support templates per site/language 2017-07-04 09:12:44 +02:00
shortcode_test.go hugolib: Fix broken hightlighter smoke test 2017-09-29 10:10:13 +02:00
shortcodeparser.go
shortcodeparser_test.go
site.go hugolib: Move metrics output to the end of the site build 2017-09-27 21:26:08 +02:00
site_benchmark_test.go all: gofmt -s 2017-08-07 20:03:15 +02:00
site_output.go
site_output_test.go tpl/tplimpl: Fix escaped HTML Go 1.9 multioutput issue (#3880) 2017-09-13 12:32:06 +02:00
site_render.go hugolib: Render 404.html for all languages 2017-07-01 22:58:52 +02:00
site_sections.go hugolib: Simplify Page.Eq 2017-08-17 09:43:39 +02:00
site_sections_test.go hugolib: Simplify Page.Eq 2017-08-17 09:43:39 +02:00
site_test.go Remove sourceRelativeLinks 2017-08-02 22:04:38 +02:00
site_url_test.go
siteJSONEncode_test.go
sitemap.go
sitemap_test.go
taxonomy.go
taxonomy_test.go
template_engines_test.go
template_test.go
testhelpers_test.go hugolib: Disable shaky leaktest on CI 2017-06-13 21:22:47 +02:00
translations.go