nanoc 4.8.12 → 4.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/NEWS.md +6 -0
- data/lib/nanoc/base/entities/document.rb +16 -1
- data/lib/nanoc/base/feature.rb +1 -1
- data/lib/nanoc/base/repos/action_sequence_store.rb +3 -3
- data/lib/nanoc/base/repos/checksum_store.rb +3 -3
- data/lib/nanoc/base/repos/compiled_content_cache.rb +3 -3
- data/lib/nanoc/base/repos/dependency_store.rb +3 -3
- data/lib/nanoc/base/repos/outdatedness_store.rb +3 -3
- data/lib/nanoc/base/repos/store.rb +3 -5
- data/lib/nanoc/base/services/compiler_loader.rb +5 -5
- data/lib/nanoc/base/views/mixins/mutable_document_view_mixin.rb +2 -14
- data/lib/nanoc/cli/commands/compile.rb +18 -0
- data/lib/nanoc/cli/commands/live.rb +1 -0
- data/lib/nanoc/cli/commands/view.rb +12 -35
- data/lib/nanoc/filters/redcarpet.rb +26 -65
- data/lib/nanoc/version.rb +1 -1
- metadata +2 -293
- data/.rspec +0 -3
- data/.rubocop.yml +0 -173
- data/Rakefile +0 -25
- data/nanoc.gemspec +0 -44
- data/nanoc.manifest +0 -543
- data/spec/contributors_spec.rb +0 -20
- data/spec/gem_spec.rb +0 -21
- data/spec/manifest_spec.rb +0 -22
- data/spec/nanoc/base/changes_stream_spec.rb +0 -45
- data/spec/nanoc/base/checksummer_spec.rb +0 -419
- data/spec/nanoc/base/compiler_spec.rb +0 -149
- data/spec/nanoc/base/core_ext/array_spec.rb +0 -35
- data/spec/nanoc/base/core_ext/hash_spec.rb +0 -41
- data/spec/nanoc/base/core_ext/string_spec.rb +0 -23
- data/spec/nanoc/base/directed_graph_spec.rb +0 -258
- data/spec/nanoc/base/entities/action_sequence_spec.rb +0 -297
- data/spec/nanoc/base/entities/code_snippet_spec.rb +0 -60
- data/spec/nanoc/base/entities/configuration_spec.rb +0 -132
- data/spec/nanoc/base/entities/content_spec.rb +0 -195
- data/spec/nanoc/base/entities/context_spec.rb +0 -26
- data/spec/nanoc/base/entities/document_spec.rb +0 -258
- data/spec/nanoc/base/entities/identifiable_collection_spec.rb +0 -209
- data/spec/nanoc/base/entities/identifier_spec.rb +0 -472
- data/spec/nanoc/base/entities/item_rep_spec.rb +0 -26
- data/spec/nanoc/base/entities/item_spec.rb +0 -13
- data/spec/nanoc/base/entities/layout_spec.rb +0 -13
- data/spec/nanoc/base/entities/lazy_value_spec.rb +0 -108
- data/spec/nanoc/base/entities/outdatedness_status_spec.rb +0 -115
- data/spec/nanoc/base/entities/pattern_spec.rb +0 -133
- data/spec/nanoc/base/entities/processing_action_spec.rb +0 -11
- data/spec/nanoc/base/entities/processing_actions/filter_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/layout_spec.rb +0 -20
- data/spec/nanoc/base/entities/processing_actions/snapshot_spec.rb +0 -40
- data/spec/nanoc/base/entities/props_spec.rb +0 -413
- data/spec/nanoc/base/entities/site_spec.rb +0 -80
- data/spec/nanoc/base/errors/dependency_cycle_spec.rb +0 -35
- data/spec/nanoc/base/feature_spec.rb +0 -109
- data/spec/nanoc/base/filter_spec.rb +0 -166
- data/spec/nanoc/base/item_rep_writer_spec.rb +0 -140
- data/spec/nanoc/base/memoization_spec.rb +0 -108
- data/spec/nanoc/base/repos/aggregate_data_source_spec.rb +0 -87
- data/spec/nanoc/base/repos/checksum_store_spec.rb +0 -155
- data/spec/nanoc/base/repos/compiled_content_cache_spec.rb +0 -65
- data/spec/nanoc/base/repos/config_loader_spec.rb +0 -245
- data/spec/nanoc/base/repos/data_source_spec.rb +0 -95
- data/spec/nanoc/base/repos/dependency_store_spec.rb +0 -515
- data/spec/nanoc/base/repos/in_mem_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/outdatedness_store_spec.rb +0 -72
- data/spec/nanoc/base/repos/prefixed_data_source_spec.rb +0 -39
- data/spec/nanoc/base/repos/site_loader_spec.rb +0 -264
- data/spec/nanoc/base/repos/snapshot_repo_spec.rb +0 -316
- data/spec/nanoc/base/repos/store_spec.rb +0 -93
- data/spec/nanoc/base/services/compiler/phases/abstract_spec.rb +0 -63
- data/spec/nanoc/base/services/compiler/phases/cache_spec.rb +0 -156
- data/spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb +0 -74
- data/spec/nanoc/base/services/compiler/stages/cleanup_spec.rb +0 -88
- data/spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb +0 -142
- data/spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb +0 -148
- data/spec/nanoc/base/services/compiler/stages/preprocess_spec.rb +0 -110
- data/spec/nanoc/base/services/dependency_tracker_spec.rb +0 -245
- data/spec/nanoc/base/services/executor_spec.rb +0 -686
- data/spec/nanoc/base/services/item_rep_router_spec.rb +0 -198
- data/spec/nanoc/base/services/item_rep_selector_spec.rb +0 -227
- data/spec/nanoc/base/services/notification_center_spec.rb +0 -25
- data/spec/nanoc/base/services/outdatedness_checker_spec.rb +0 -778
- data/spec/nanoc/base/services/outdatedness_rules_spec.rb +0 -495
- data/spec/nanoc/base/services/pruner_spec.rb +0 -116
- data/spec/nanoc/base/services/temp_filename_factory_spec.rb +0 -89
- data/spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/basic_item_rep_view_spec.rb +0 -9
- data/spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/compilation_item_rep_view_spec.rb +0 -136
- data/spec/nanoc/base/views/config_view_spec.rb +0 -144
- data/spec/nanoc/base/views/item_collection_with_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_collection_without_reps_view_spec.rb +0 -23
- data/spec/nanoc/base/views/item_view_spec.rb +0 -376
- data/spec/nanoc/base/views/layout_collection_view_spec.rb +0 -23
- data/spec/nanoc/base/views/layout_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_config_view_spec.rb +0 -18
- data/spec/nanoc/base/views/mutable_item_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_item_view_spec.rb +0 -26
- data/spec/nanoc/base/views/mutable_layout_collection_view_spec.rb +0 -60
- data/spec/nanoc/base/views/mutable_layout_view_spec.rb +0 -17
- data/spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb +0 -8
- data/spec/nanoc/base/views/post_compile_item_rep_view_spec.rb +0 -216
- data/spec/nanoc/base/views/post_compile_item_view_spec.rb +0 -58
- data/spec/nanoc/base/views/support/document_view_examples.rb +0 -340
- data/spec/nanoc/base/views/support/identifiable_collection_view_examples.rb +0 -277
- data/spec/nanoc/base/views/support/item_rep_collection_view_examples.rb +0 -140
- data/spec/nanoc/base/views/support/item_rep_view_examples.rb +0 -308
- data/spec/nanoc/base/views/support/mutable_document_view_examples.rb +0 -188
- data/spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb +0 -44
- data/spec/nanoc/checking/runner_spec.rb +0 -26
- data/spec/nanoc/cli/command_runner_spec.rb +0 -107
- data/spec/nanoc/cli/commands/compile/abstract_spec.rb +0 -80
- data/spec/nanoc/cli/commands/compile/diff_generator_spec.rb +0 -44
- data/spec/nanoc/cli/commands/compile/file_action_printer_spec.rb +0 -112
- data/spec/nanoc/cli/commands/compile/timing_recorder_spec.rb +0 -287
- data/spec/nanoc/cli/commands/compile_spec.rb +0 -45
- data/spec/nanoc/cli/commands/deploy_spec.rb +0 -329
- data/spec/nanoc/cli/commands/shell_spec.rb +0 -77
- data/spec/nanoc/cli/commands/show_data_spec.rb +0 -286
- data/spec/nanoc/cli/commands/show_plugins_spec.rb +0 -20
- data/spec/nanoc/cli/commands/show_rules_spec.rb +0 -118
- data/spec/nanoc/cli/commands/view_spec.rb +0 -75
- data/spec/nanoc/cli/error_handler_spec.rb +0 -43
- data/spec/nanoc/cli/stack_trace_writer_spec.rb +0 -156
- data/spec/nanoc/cli/stream_cleaners/utf8_spec.rb +0 -9
- data/spec/nanoc/cli_spec.rb +0 -44
- data/spec/nanoc/data_sources/filesystem_spec.rb +0 -128
- data/spec/nanoc/deploying/fog_spec.rb +0 -199
- data/spec/nanoc/deploying/git_spec.rb +0 -305
- data/spec/nanoc/extra/live_recompiler_spec.rb +0 -129
- data/spec/nanoc/extra/parallel_collection_spec.rb +0 -110
- data/spec/nanoc/filters/asciidoctor_spec.rb +0 -12
- data/spec/nanoc/filters/colorize_syntax/rouge_spec.rb +0 -155
- data/spec/nanoc/filters/less_spec.rb +0 -122
- data/spec/nanoc/helpers/blogging_spec.rb +0 -219
- data/spec/nanoc/helpers/breadcrumbs_spec.rb +0 -135
- data/spec/nanoc/helpers/capturing_spec.rb +0 -256
- data/spec/nanoc/helpers/child_parent_spec.rb +0 -76
- data/spec/nanoc/helpers/filtering_spec.rb +0 -77
- data/spec/nanoc/helpers/html_escape_spec.rb +0 -37
- data/spec/nanoc/helpers/link_to_spec.rb +0 -320
- data/spec/nanoc/helpers/rendering_spec.rb +0 -144
- data/spec/nanoc/helpers/tagging_spec.rb +0 -106
- data/spec/nanoc/helpers/text_spec.rb +0 -60
- data/spec/nanoc/integration/compile_command_spec.rb +0 -33
- data/spec/nanoc/integration/outdatedness_integration_spec.rb +0 -269
- data/spec/nanoc/integration/partial_recompilation_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1015_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1022_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_1031_spec.rb +0 -56
- data/spec/nanoc/regressions/gh_1035_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_1037a_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_1037b_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1040_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1045_spec.rb +0 -50
- data/spec/nanoc/regressions/gh_1047_spec.rb +0 -30
- data/spec/nanoc/regressions/gh_1064_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1067_spec.rb +0 -36
- data/spec/nanoc/regressions/gh_1082a_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_1082b_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1082c_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1082d_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_1093_spec.rb +0 -51
- data/spec/nanoc/regressions/gh_1094_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_1097_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_1100_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1102_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_1107_spec.rb +0 -15
- data/spec/nanoc/regressions/gh_1130_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_1134_spec.rb +0 -29
- data/spec/nanoc/regressions/gh_1145_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_1171_spec.rb +0 -57
- data/spec/nanoc/regressions/gh_1185_spec.rb +0 -22
- data/spec/nanoc/regressions/gh_1216_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_1248_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_761_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_767_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_769_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_776_spec.rb +0 -42
- data/spec/nanoc/regressions/gh_787_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_795_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_804_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_807_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_809_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_813_spec.rb +0 -24
- data/spec/nanoc/regressions/gh_815_spec.rb +0 -20
- data/spec/nanoc/regressions/gh_828_spec.rb +0 -25
- data/spec/nanoc/regressions/gh_833_spec.rb +0 -16
- data/spec/nanoc/regressions/gh_841_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_867_spec.rb +0 -17
- data/spec/nanoc/regressions/gh_882_spec.rb +0 -31
- data/spec/nanoc/regressions/gh_885_spec.rb +0 -32
- data/spec/nanoc/regressions/gh_891_spec.rb +0 -28
- data/spec/nanoc/regressions/gh_913_spec.rb +0 -26
- data/spec/nanoc/regressions/gh_924_spec.rb +0 -91
- data/spec/nanoc/regressions/gh_928_spec.rb +0 -7
- data/spec/nanoc/regressions/gh_937_spec.rb +0 -27
- data/spec/nanoc/regressions/gh_942_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_947_spec.rb +0 -23
- data/spec/nanoc/regressions/gh_948_spec.rb +0 -18
- data/spec/nanoc/regressions/gh_951_spec.rb +0 -21
- data/spec/nanoc/regressions/gh_954_spec.rb +0 -35
- data/spec/nanoc/regressions/gh_970a_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_970b_spec.rb +0 -52
- data/spec/nanoc/regressions/gh_974_spec.rb +0 -19
- data/spec/nanoc/regressions/gh_981_spec.rb +0 -23
- data/spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb +0 -230
- data/spec/nanoc/rule_dsl/recording_executor_spec.rb +0 -145
- data/spec/nanoc/rule_dsl/rule_context_spec.rb +0 -251
- data/spec/nanoc/rule_dsl/rule_spec.rb +0 -111
- data/spec/nanoc/rule_dsl/rules_collection_spec.rb +0 -301
- data/spec/nanoc/spec_spec.rb +0 -70
- data/spec/nanoc/telemetry/counter_spec.rb +0 -20
- data/spec/nanoc/telemetry/labelled_counter_spec.rb +0 -94
- data/spec/nanoc/telemetry/labelled_summary_spec.rb +0 -78
- data/spec/nanoc/telemetry/stopwatch_spec.rb +0 -63
- data/spec/nanoc/telemetry/summary_spec.rb +0 -68
- data/spec/nanoc/telemetry/table_spec.rb +0 -22
- data/spec/nanoc/telemetry_spec.rb +0 -28
- data/spec/regression_filenames_spec.rb +0 -18
- data/spec/spec_helper.rb +0 -371
- data/test/base/test_compiler.rb +0 -389
- data/test/base/test_filter.rb +0 -73
- data/test/base/test_site.rb +0 -146
- data/test/checking/checks/test_css.rb +0 -66
- data/test/checking/checks/test_external_links.rb +0 -88
- data/test/checking/checks/test_html.rb +0 -47
- data/test/checking/checks/test_internal_links.rb +0 -118
- data/test/checking/checks/test_mixed_content.rb +0 -190
- data/test/checking/checks/test_stale.rb +0 -69
- data/test/checking/test_check.rb +0 -22
- data/test/checking/test_dsl.rb +0 -35
- data/test/checking/test_runner.rb +0 -45
- data/test/cli/commands/test_check.rb +0 -20
- data/test/cli/commands/test_compile.rb +0 -199
- data/test/cli/commands/test_create_site.rb +0 -126
- data/test/cli/commands/test_help.rb +0 -10
- data/test/cli/commands/test_prune.rb +0 -157
- data/test/cli/test_cleaning_stream.rb +0 -97
- data/test/cli/test_cli.rb +0 -195
- data/test/cli/test_error_handler.rb +0 -102
- data/test/cli/test_logger.rb +0 -7
- data/test/data_sources/test_filesystem.rb +0 -1033
- data/test/data_sources/test_filesystem_tools.rb +0 -146
- data/test/deploying/test_fog.rb +0 -117
- data/test/deploying/test_git.rb +0 -263
- data/test/deploying/test_rsync.rb +0 -94
- data/test/extra/core_ext/test_time.rb +0 -17
- data/test/extra/test_link_collector.rb +0 -110
- data/test/extra/test_piper.rb +0 -48
- data/test/filters/colorize_syntax/test_coderay.rb +0 -247
- data/test/filters/colorize_syntax/test_common.rb +0 -109
- data/test/filters/colorize_syntax/test_pygmentize.rb +0 -39
- data/test/filters/colorize_syntax/test_pygments.rb +0 -21
- data/test/filters/colorize_syntax/test_simon.rb +0 -24
- data/test/filters/test_asciidoc.rb +0 -16
- data/test/filters/test_bluecloth.rb +0 -16
- data/test/filters/test_coffeescript.rb +0 -16
- data/test/filters/test_erb.rb +0 -107
- data/test/filters/test_erubi.rb +0 -75
- data/test/filters/test_erubis.rb +0 -76
- data/test/filters/test_haml.rb +0 -94
- data/test/filters/test_handlebars.rb +0 -61
- data/test/filters/test_kramdown.rb +0 -56
- data/test/filters/test_markaby.rb +0 -16
- data/test/filters/test_maruku.rb +0 -16
- data/test/filters/test_mustache.rb +0 -43
- data/test/filters/test_pandoc.rb +0 -47
- data/test/filters/test_rainpress.rb +0 -27
- data/test/filters/test_rdiscount.rb +0 -30
- data/test/filters/test_rdoc.rb +0 -14
- data/test/filters/test_redcarpet.rb +0 -111
- data/test/filters/test_redcloth.rb +0 -31
- data/test/filters/test_relativize_paths.rb +0 -887
- data/test/filters/test_rubypants.rb +0 -16
- data/test/filters/test_sass.rb +0 -315
- data/test/filters/test_slim.rb +0 -59
- data/test/filters/test_typogruby.rb +0 -18
- data/test/filters/test_uglify_js.rb +0 -30
- data/test/filters/test_xsl.rb +0 -192
- data/test/filters/test_yui_compressor.rb +0 -42
- data/test/fixtures/vcr_cassettes/css_run_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/css_run_ok.yml +0 -60
- data/test/fixtures/vcr_cassettes/css_run_parse_error.yml +0 -70
- data/test/fixtures/vcr_cassettes/html_run_error.yml +0 -56
- data/test/fixtures/vcr_cassettes/html_run_ok.yml +0 -58
- data/test/helper.rb +0 -255
- data/test/helpers/test_blogging.rb +0 -684
- data/test/helpers/test_capturing.rb +0 -184
- data/test/helpers/test_link_to.rb +0 -57
- data/test/helpers/test_xml_sitemap.rb +0 -246
- data/test/rule_dsl/test_action_provider.rb +0 -80
- data/test/rule_dsl/test_compiler_dsl.rb +0 -448
- data/test/rule_dsl/test_rules_collection.rb +0 -93
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nanoc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.8.
|
4
|
+
version: 4.8.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Denis Defreyne
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: addressable
|
@@ -94,20 +94,6 @@ dependencies:
|
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '1.0'
|
97
|
-
- !ruby/object:Gem::Dependency
|
98
|
-
name: appraisal
|
99
|
-
requirement: !ruby/object:Gem::Requirement
|
100
|
-
requirements:
|
101
|
-
- - "~>"
|
102
|
-
- !ruby/object:Gem::Version
|
103
|
-
version: '2.1'
|
104
|
-
type: :development
|
105
|
-
prerelease: false
|
106
|
-
version_requirements: !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - "~>"
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
version: '2.1'
|
111
97
|
description: Nanoc is a static-site generator focused on flexibility. It transforms
|
112
98
|
content from a format such as Markdown or AsciiDoc into another format, usually
|
113
99
|
HTML, and lays out pages consistently to retain the site’s look and feel throughout.
|
@@ -121,13 +107,10 @@ extra_rdoc_files:
|
|
121
107
|
- README.md
|
122
108
|
- NEWS.md
|
123
109
|
files:
|
124
|
-
- ".rspec"
|
125
|
-
- ".rubocop.yml"
|
126
110
|
- CODE_OF_CONDUCT.md
|
127
111
|
- LICENSE
|
128
112
|
- NEWS.md
|
129
113
|
- README.md
|
130
|
-
- Rakefile
|
131
114
|
- bin/nanoc
|
132
115
|
- lib/nanoc.rb
|
133
116
|
- lib/nanoc/base.rb
|
@@ -386,280 +369,6 @@ files:
|
|
386
369
|
- lib/nanoc/telemetry/summary.rb
|
387
370
|
- lib/nanoc/telemetry/table.rb
|
388
371
|
- lib/nanoc/version.rb
|
389
|
-
- nanoc.gemspec
|
390
|
-
- nanoc.manifest
|
391
|
-
- spec/contributors_spec.rb
|
392
|
-
- spec/gem_spec.rb
|
393
|
-
- spec/manifest_spec.rb
|
394
|
-
- spec/nanoc/base/changes_stream_spec.rb
|
395
|
-
- spec/nanoc/base/checksummer_spec.rb
|
396
|
-
- spec/nanoc/base/compiler_spec.rb
|
397
|
-
- spec/nanoc/base/core_ext/array_spec.rb
|
398
|
-
- spec/nanoc/base/core_ext/hash_spec.rb
|
399
|
-
- spec/nanoc/base/core_ext/string_spec.rb
|
400
|
-
- spec/nanoc/base/directed_graph_spec.rb
|
401
|
-
- spec/nanoc/base/entities/action_sequence_spec.rb
|
402
|
-
- spec/nanoc/base/entities/code_snippet_spec.rb
|
403
|
-
- spec/nanoc/base/entities/configuration_spec.rb
|
404
|
-
- spec/nanoc/base/entities/content_spec.rb
|
405
|
-
- spec/nanoc/base/entities/context_spec.rb
|
406
|
-
- spec/nanoc/base/entities/document_spec.rb
|
407
|
-
- spec/nanoc/base/entities/identifiable_collection_spec.rb
|
408
|
-
- spec/nanoc/base/entities/identifier_spec.rb
|
409
|
-
- spec/nanoc/base/entities/item_rep_spec.rb
|
410
|
-
- spec/nanoc/base/entities/item_spec.rb
|
411
|
-
- spec/nanoc/base/entities/layout_spec.rb
|
412
|
-
- spec/nanoc/base/entities/lazy_value_spec.rb
|
413
|
-
- spec/nanoc/base/entities/outdatedness_status_spec.rb
|
414
|
-
- spec/nanoc/base/entities/pattern_spec.rb
|
415
|
-
- spec/nanoc/base/entities/processing_action_spec.rb
|
416
|
-
- spec/nanoc/base/entities/processing_actions/filter_spec.rb
|
417
|
-
- spec/nanoc/base/entities/processing_actions/layout_spec.rb
|
418
|
-
- spec/nanoc/base/entities/processing_actions/snapshot_spec.rb
|
419
|
-
- spec/nanoc/base/entities/props_spec.rb
|
420
|
-
- spec/nanoc/base/entities/site_spec.rb
|
421
|
-
- spec/nanoc/base/errors/dependency_cycle_spec.rb
|
422
|
-
- spec/nanoc/base/feature_spec.rb
|
423
|
-
- spec/nanoc/base/filter_spec.rb
|
424
|
-
- spec/nanoc/base/item_rep_writer_spec.rb
|
425
|
-
- spec/nanoc/base/memoization_spec.rb
|
426
|
-
- spec/nanoc/base/repos/aggregate_data_source_spec.rb
|
427
|
-
- spec/nanoc/base/repos/checksum_store_spec.rb
|
428
|
-
- spec/nanoc/base/repos/compiled_content_cache_spec.rb
|
429
|
-
- spec/nanoc/base/repos/config_loader_spec.rb
|
430
|
-
- spec/nanoc/base/repos/data_source_spec.rb
|
431
|
-
- spec/nanoc/base/repos/dependency_store_spec.rb
|
432
|
-
- spec/nanoc/base/repos/in_mem_data_source_spec.rb
|
433
|
-
- spec/nanoc/base/repos/outdatedness_store_spec.rb
|
434
|
-
- spec/nanoc/base/repos/prefixed_data_source_spec.rb
|
435
|
-
- spec/nanoc/base/repos/site_loader_spec.rb
|
436
|
-
- spec/nanoc/base/repos/snapshot_repo_spec.rb
|
437
|
-
- spec/nanoc/base/repos/store_spec.rb
|
438
|
-
- spec/nanoc/base/services/compiler/phases/abstract_spec.rb
|
439
|
-
- spec/nanoc/base/services/compiler/phases/cache_spec.rb
|
440
|
-
- spec/nanoc/base/services/compiler/stages/calculate_checksums_spec.rb
|
441
|
-
- spec/nanoc/base/services/compiler/stages/cleanup_spec.rb
|
442
|
-
- spec/nanoc/base/services/compiler/stages/compile_reps_spec.rb
|
443
|
-
- spec/nanoc/base/services/compiler/stages/determine_outdatedness_spec.rb
|
444
|
-
- spec/nanoc/base/services/compiler/stages/preprocess_spec.rb
|
445
|
-
- spec/nanoc/base/services/dependency_tracker_spec.rb
|
446
|
-
- spec/nanoc/base/services/executor_spec.rb
|
447
|
-
- spec/nanoc/base/services/item_rep_router_spec.rb
|
448
|
-
- spec/nanoc/base/services/item_rep_selector_spec.rb
|
449
|
-
- spec/nanoc/base/services/notification_center_spec.rb
|
450
|
-
- spec/nanoc/base/services/outdatedness_checker_spec.rb
|
451
|
-
- spec/nanoc/base/services/outdatedness_rules_spec.rb
|
452
|
-
- spec/nanoc/base/services/pruner_spec.rb
|
453
|
-
- spec/nanoc/base/services/temp_filename_factory_spec.rb
|
454
|
-
- spec/nanoc/base/views/basic_item_rep_collection_view_spec.rb
|
455
|
-
- spec/nanoc/base/views/basic_item_rep_view_spec.rb
|
456
|
-
- spec/nanoc/base/views/compilation_item_rep_collection_view_spec.rb
|
457
|
-
- spec/nanoc/base/views/compilation_item_rep_view_spec.rb
|
458
|
-
- spec/nanoc/base/views/config_view_spec.rb
|
459
|
-
- spec/nanoc/base/views/item_collection_with_reps_view_spec.rb
|
460
|
-
- spec/nanoc/base/views/item_collection_without_reps_view_spec.rb
|
461
|
-
- spec/nanoc/base/views/item_view_spec.rb
|
462
|
-
- spec/nanoc/base/views/layout_collection_view_spec.rb
|
463
|
-
- spec/nanoc/base/views/layout_view_spec.rb
|
464
|
-
- spec/nanoc/base/views/mutable_config_view_spec.rb
|
465
|
-
- spec/nanoc/base/views/mutable_item_collection_view_spec.rb
|
466
|
-
- spec/nanoc/base/views/mutable_item_view_spec.rb
|
467
|
-
- spec/nanoc/base/views/mutable_layout_collection_view_spec.rb
|
468
|
-
- spec/nanoc/base/views/mutable_layout_view_spec.rb
|
469
|
-
- spec/nanoc/base/views/post_compile_item_rep_collection_view_spec.rb
|
470
|
-
- spec/nanoc/base/views/post_compile_item_rep_view_spec.rb
|
471
|
-
- spec/nanoc/base/views/post_compile_item_view_spec.rb
|
472
|
-
- spec/nanoc/base/views/support/document_view_examples.rb
|
473
|
-
- spec/nanoc/base/views/support/identifiable_collection_view_examples.rb
|
474
|
-
- spec/nanoc/base/views/support/item_rep_collection_view_examples.rb
|
475
|
-
- spec/nanoc/base/views/support/item_rep_view_examples.rb
|
476
|
-
- spec/nanoc/base/views/support/mutable_document_view_examples.rb
|
477
|
-
- spec/nanoc/base/views/support/mutable_identifiable_collection_view_examples.rb
|
478
|
-
- spec/nanoc/checking/runner_spec.rb
|
479
|
-
- spec/nanoc/cli/command_runner_spec.rb
|
480
|
-
- spec/nanoc/cli/commands/compile/abstract_spec.rb
|
481
|
-
- spec/nanoc/cli/commands/compile/diff_generator_spec.rb
|
482
|
-
- spec/nanoc/cli/commands/compile/file_action_printer_spec.rb
|
483
|
-
- spec/nanoc/cli/commands/compile/timing_recorder_spec.rb
|
484
|
-
- spec/nanoc/cli/commands/compile_spec.rb
|
485
|
-
- spec/nanoc/cli/commands/deploy_spec.rb
|
486
|
-
- spec/nanoc/cli/commands/shell_spec.rb
|
487
|
-
- spec/nanoc/cli/commands/show_data_spec.rb
|
488
|
-
- spec/nanoc/cli/commands/show_plugins_spec.rb
|
489
|
-
- spec/nanoc/cli/commands/show_rules_spec.rb
|
490
|
-
- spec/nanoc/cli/commands/view_spec.rb
|
491
|
-
- spec/nanoc/cli/error_handler_spec.rb
|
492
|
-
- spec/nanoc/cli/stack_trace_writer_spec.rb
|
493
|
-
- spec/nanoc/cli/stream_cleaners/utf8_spec.rb
|
494
|
-
- spec/nanoc/cli_spec.rb
|
495
|
-
- spec/nanoc/data_sources/filesystem_spec.rb
|
496
|
-
- spec/nanoc/deploying/fog_spec.rb
|
497
|
-
- spec/nanoc/deploying/git_spec.rb
|
498
|
-
- spec/nanoc/extra/live_recompiler_spec.rb
|
499
|
-
- spec/nanoc/extra/parallel_collection_spec.rb
|
500
|
-
- spec/nanoc/filters/asciidoctor_spec.rb
|
501
|
-
- spec/nanoc/filters/colorize_syntax/rouge_spec.rb
|
502
|
-
- spec/nanoc/filters/less_spec.rb
|
503
|
-
- spec/nanoc/helpers/blogging_spec.rb
|
504
|
-
- spec/nanoc/helpers/breadcrumbs_spec.rb
|
505
|
-
- spec/nanoc/helpers/capturing_spec.rb
|
506
|
-
- spec/nanoc/helpers/child_parent_spec.rb
|
507
|
-
- spec/nanoc/helpers/filtering_spec.rb
|
508
|
-
- spec/nanoc/helpers/html_escape_spec.rb
|
509
|
-
- spec/nanoc/helpers/link_to_spec.rb
|
510
|
-
- spec/nanoc/helpers/rendering_spec.rb
|
511
|
-
- spec/nanoc/helpers/tagging_spec.rb
|
512
|
-
- spec/nanoc/helpers/text_spec.rb
|
513
|
-
- spec/nanoc/integration/compile_command_spec.rb
|
514
|
-
- spec/nanoc/integration/outdatedness_integration_spec.rb
|
515
|
-
- spec/nanoc/integration/partial_recompilation_spec.rb
|
516
|
-
- spec/nanoc/regressions/gh_1015_spec.rb
|
517
|
-
- spec/nanoc/regressions/gh_1022_spec.rb
|
518
|
-
- spec/nanoc/regressions/gh_1031_spec.rb
|
519
|
-
- spec/nanoc/regressions/gh_1035_spec.rb
|
520
|
-
- spec/nanoc/regressions/gh_1037a_spec.rb
|
521
|
-
- spec/nanoc/regressions/gh_1037b_spec.rb
|
522
|
-
- spec/nanoc/regressions/gh_1040_spec.rb
|
523
|
-
- spec/nanoc/regressions/gh_1045_spec.rb
|
524
|
-
- spec/nanoc/regressions/gh_1047_spec.rb
|
525
|
-
- spec/nanoc/regressions/gh_1064_spec.rb
|
526
|
-
- spec/nanoc/regressions/gh_1067_spec.rb
|
527
|
-
- spec/nanoc/regressions/gh_1082a_spec.rb
|
528
|
-
- spec/nanoc/regressions/gh_1082b_spec.rb
|
529
|
-
- spec/nanoc/regressions/gh_1082c_spec.rb
|
530
|
-
- spec/nanoc/regressions/gh_1082d_spec.rb
|
531
|
-
- spec/nanoc/regressions/gh_1093_spec.rb
|
532
|
-
- spec/nanoc/regressions/gh_1094_spec.rb
|
533
|
-
- spec/nanoc/regressions/gh_1097_spec.rb
|
534
|
-
- spec/nanoc/regressions/gh_1100_spec.rb
|
535
|
-
- spec/nanoc/regressions/gh_1102_spec.rb
|
536
|
-
- spec/nanoc/regressions/gh_1107_spec.rb
|
537
|
-
- spec/nanoc/regressions/gh_1130_spec.rb
|
538
|
-
- spec/nanoc/regressions/gh_1134_spec.rb
|
539
|
-
- spec/nanoc/regressions/gh_1145_spec.rb
|
540
|
-
- spec/nanoc/regressions/gh_1171_spec.rb
|
541
|
-
- spec/nanoc/regressions/gh_1185_spec.rb
|
542
|
-
- spec/nanoc/regressions/gh_1216_spec.rb
|
543
|
-
- spec/nanoc/regressions/gh_1248_spec.rb
|
544
|
-
- spec/nanoc/regressions/gh_761_spec.rb
|
545
|
-
- spec/nanoc/regressions/gh_767_spec.rb
|
546
|
-
- spec/nanoc/regressions/gh_769_spec.rb
|
547
|
-
- spec/nanoc/regressions/gh_776_spec.rb
|
548
|
-
- spec/nanoc/regressions/gh_787_spec.rb
|
549
|
-
- spec/nanoc/regressions/gh_795_spec.rb
|
550
|
-
- spec/nanoc/regressions/gh_804_spec.rb
|
551
|
-
- spec/nanoc/regressions/gh_807_spec.rb
|
552
|
-
- spec/nanoc/regressions/gh_809_spec.rb
|
553
|
-
- spec/nanoc/regressions/gh_813_spec.rb
|
554
|
-
- spec/nanoc/regressions/gh_815_spec.rb
|
555
|
-
- spec/nanoc/regressions/gh_828_spec.rb
|
556
|
-
- spec/nanoc/regressions/gh_833_spec.rb
|
557
|
-
- spec/nanoc/regressions/gh_841_spec.rb
|
558
|
-
- spec/nanoc/regressions/gh_867_spec.rb
|
559
|
-
- spec/nanoc/regressions/gh_882_spec.rb
|
560
|
-
- spec/nanoc/regressions/gh_885_spec.rb
|
561
|
-
- spec/nanoc/regressions/gh_891_spec.rb
|
562
|
-
- spec/nanoc/regressions/gh_913_spec.rb
|
563
|
-
- spec/nanoc/regressions/gh_924_spec.rb
|
564
|
-
- spec/nanoc/regressions/gh_928_spec.rb
|
565
|
-
- spec/nanoc/regressions/gh_937_spec.rb
|
566
|
-
- spec/nanoc/regressions/gh_942_spec.rb
|
567
|
-
- spec/nanoc/regressions/gh_947_spec.rb
|
568
|
-
- spec/nanoc/regressions/gh_948_spec.rb
|
569
|
-
- spec/nanoc/regressions/gh_951_spec.rb
|
570
|
-
- spec/nanoc/regressions/gh_954_spec.rb
|
571
|
-
- spec/nanoc/regressions/gh_970a_spec.rb
|
572
|
-
- spec/nanoc/regressions/gh_970b_spec.rb
|
573
|
-
- spec/nanoc/regressions/gh_974_spec.rb
|
574
|
-
- spec/nanoc/regressions/gh_981_spec.rb
|
575
|
-
- spec/nanoc/rule_dsl/action_sequence_calculator_spec.rb
|
576
|
-
- spec/nanoc/rule_dsl/recording_executor_spec.rb
|
577
|
-
- spec/nanoc/rule_dsl/rule_context_spec.rb
|
578
|
-
- spec/nanoc/rule_dsl/rule_spec.rb
|
579
|
-
- spec/nanoc/rule_dsl/rules_collection_spec.rb
|
580
|
-
- spec/nanoc/spec_spec.rb
|
581
|
-
- spec/nanoc/telemetry/counter_spec.rb
|
582
|
-
- spec/nanoc/telemetry/labelled_counter_spec.rb
|
583
|
-
- spec/nanoc/telemetry/labelled_summary_spec.rb
|
584
|
-
- spec/nanoc/telemetry/stopwatch_spec.rb
|
585
|
-
- spec/nanoc/telemetry/summary_spec.rb
|
586
|
-
- spec/nanoc/telemetry/table_spec.rb
|
587
|
-
- spec/nanoc/telemetry_spec.rb
|
588
|
-
- spec/regression_filenames_spec.rb
|
589
|
-
- spec/spec_helper.rb
|
590
|
-
- test/base/test_compiler.rb
|
591
|
-
- test/base/test_filter.rb
|
592
|
-
- test/base/test_site.rb
|
593
|
-
- test/checking/checks/test_css.rb
|
594
|
-
- test/checking/checks/test_external_links.rb
|
595
|
-
- test/checking/checks/test_html.rb
|
596
|
-
- test/checking/checks/test_internal_links.rb
|
597
|
-
- test/checking/checks/test_mixed_content.rb
|
598
|
-
- test/checking/checks/test_stale.rb
|
599
|
-
- test/checking/test_check.rb
|
600
|
-
- test/checking/test_dsl.rb
|
601
|
-
- test/checking/test_runner.rb
|
602
|
-
- test/cli/commands/test_check.rb
|
603
|
-
- test/cli/commands/test_compile.rb
|
604
|
-
- test/cli/commands/test_create_site.rb
|
605
|
-
- test/cli/commands/test_help.rb
|
606
|
-
- test/cli/commands/test_prune.rb
|
607
|
-
- test/cli/test_cleaning_stream.rb
|
608
|
-
- test/cli/test_cli.rb
|
609
|
-
- test/cli/test_error_handler.rb
|
610
|
-
- test/cli/test_logger.rb
|
611
|
-
- test/data_sources/test_filesystem.rb
|
612
|
-
- test/data_sources/test_filesystem_tools.rb
|
613
|
-
- test/deploying/test_fog.rb
|
614
|
-
- test/deploying/test_git.rb
|
615
|
-
- test/deploying/test_rsync.rb
|
616
|
-
- test/extra/core_ext/test_time.rb
|
617
|
-
- test/extra/test_link_collector.rb
|
618
|
-
- test/extra/test_piper.rb
|
619
|
-
- test/filters/colorize_syntax/test_coderay.rb
|
620
|
-
- test/filters/colorize_syntax/test_common.rb
|
621
|
-
- test/filters/colorize_syntax/test_pygmentize.rb
|
622
|
-
- test/filters/colorize_syntax/test_pygments.rb
|
623
|
-
- test/filters/colorize_syntax/test_simon.rb
|
624
|
-
- test/filters/test_asciidoc.rb
|
625
|
-
- test/filters/test_bluecloth.rb
|
626
|
-
- test/filters/test_coffeescript.rb
|
627
|
-
- test/filters/test_erb.rb
|
628
|
-
- test/filters/test_erubi.rb
|
629
|
-
- test/filters/test_erubis.rb
|
630
|
-
- test/filters/test_haml.rb
|
631
|
-
- test/filters/test_handlebars.rb
|
632
|
-
- test/filters/test_kramdown.rb
|
633
|
-
- test/filters/test_markaby.rb
|
634
|
-
- test/filters/test_maruku.rb
|
635
|
-
- test/filters/test_mustache.rb
|
636
|
-
- test/filters/test_pandoc.rb
|
637
|
-
- test/filters/test_rainpress.rb
|
638
|
-
- test/filters/test_rdiscount.rb
|
639
|
-
- test/filters/test_rdoc.rb
|
640
|
-
- test/filters/test_redcarpet.rb
|
641
|
-
- test/filters/test_redcloth.rb
|
642
|
-
- test/filters/test_relativize_paths.rb
|
643
|
-
- test/filters/test_rubypants.rb
|
644
|
-
- test/filters/test_sass.rb
|
645
|
-
- test/filters/test_slim.rb
|
646
|
-
- test/filters/test_typogruby.rb
|
647
|
-
- test/filters/test_uglify_js.rb
|
648
|
-
- test/filters/test_xsl.rb
|
649
|
-
- test/filters/test_yui_compressor.rb
|
650
|
-
- test/fixtures/vcr_cassettes/css_run_error.yml
|
651
|
-
- test/fixtures/vcr_cassettes/css_run_ok.yml
|
652
|
-
- test/fixtures/vcr_cassettes/css_run_parse_error.yml
|
653
|
-
- test/fixtures/vcr_cassettes/html_run_error.yml
|
654
|
-
- test/fixtures/vcr_cassettes/html_run_ok.yml
|
655
|
-
- test/helper.rb
|
656
|
-
- test/helpers/test_blogging.rb
|
657
|
-
- test/helpers/test_capturing.rb
|
658
|
-
- test/helpers/test_link_to.rb
|
659
|
-
- test/helpers/test_xml_sitemap.rb
|
660
|
-
- test/rule_dsl/test_action_provider.rb
|
661
|
-
- test/rule_dsl/test_compiler_dsl.rb
|
662
|
-
- test/rule_dsl/test_rules_collection.rb
|
663
372
|
homepage: http://nanoc.ws/
|
664
373
|
licenses:
|
665
374
|
- MIT
|
data/.rspec
DELETED
data/.rubocop.yml
DELETED
@@ -1,173 +0,0 @@
|
|
1
|
-
# ----- CONFIGURED -----
|
2
|
-
|
3
|
-
AllCops:
|
4
|
-
TargetRubyVersion: 2.3
|
5
|
-
DisplayCopNames: true
|
6
|
-
|
7
|
-
# We use filenames such as “create-site.rb” that translate to method names.
|
8
|
-
Naming/FileName:
|
9
|
-
Exclude:
|
10
|
-
- 'lib/nanoc/cli/commands/*.rb'
|
11
|
-
|
12
|
-
Style/TrailingCommaInArguments:
|
13
|
-
EnforcedStyleForMultiline: comma
|
14
|
-
|
15
|
-
Style/TrailingCommaInLiteral:
|
16
|
-
EnforcedStyleForMultiline: comma
|
17
|
-
|
18
|
-
Layout/IndentArray:
|
19
|
-
EnforcedStyle: consistent
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
# ----- CONFIGURED (exceptions for tests) -----
|
24
|
-
|
25
|
-
# This breaks RSpec on occasion, e.g. `expect { subject }.not_to change { foo }`,
|
26
|
-
# and generally does not provide useful warnings
|
27
|
-
Lint/AmbiguousBlockAssociation:
|
28
|
-
Exclude:
|
29
|
-
- 'spec/**/*.rb'
|
30
|
-
|
31
|
-
# `rescue nil` is useful in specs where the exception is not important, but
|
32
|
-
# the size effects are.
|
33
|
-
Style/RescueModifier:
|
34
|
-
Exclude:
|
35
|
-
- 'spec/**/*.rb'
|
36
|
-
|
37
|
-
# A common pattern in tests is to define anonymous classes in which methods are defined, which trips
|
38
|
-
# up Rubocop’s nested method definition cop.
|
39
|
-
Lint/NestedMethodDefinition:
|
40
|
-
Exclude:
|
41
|
-
- 'test/**/*.rb'
|
42
|
-
- 'spec/**/*.rb'
|
43
|
-
|
44
|
-
# This is used in tests, to verify the effect of state-changing functions.
|
45
|
-
Style/GlobalVars:
|
46
|
-
Exclude:
|
47
|
-
- 'test/**/*.rb'
|
48
|
-
- 'spec/**/*.rb'
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
# ----- TO ENABLE LATER -----
|
53
|
-
|
54
|
-
# Valid cops, but fixing the offenses they report is non-trivial.
|
55
|
-
|
56
|
-
Style/RegexpLiteral:
|
57
|
-
Enabled: false
|
58
|
-
|
59
|
-
Style/ClassAndModuleChildren:
|
60
|
-
Enabled: false
|
61
|
-
|
62
|
-
Style/EmptyElse:
|
63
|
-
Enabled: false
|
64
|
-
|
65
|
-
Style/Next:
|
66
|
-
Enabled: false
|
67
|
-
|
68
|
-
# This cop is broken (#4731, #4745)
|
69
|
-
Style/SafeNavigation:
|
70
|
-
Enabled: false
|
71
|
-
|
72
|
-
Naming/HeredocDelimiterNaming:
|
73
|
-
Enabled: false
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
# ----- DISABLED (security) -----
|
78
|
-
|
79
|
-
# Nanoc runs offline in a trusted environment, and these security checks are false positives.
|
80
|
-
|
81
|
-
Security/YAMLLoad:
|
82
|
-
Enabled: false
|
83
|
-
|
84
|
-
Security/MarshalLoad:
|
85
|
-
Enabled: false
|
86
|
-
|
87
|
-
Security/Eval:
|
88
|
-
Exclude:
|
89
|
-
- 'test/**/*.rb'
|
90
|
-
- 'spec/**/*.rb'
|
91
|
-
- 'lib/nanoc/base/entities/code_snippet.rb'
|
92
|
-
- 'lib/nanoc/filters/erubi.rb'
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
# ----- DISABLED (metrics) -----
|
97
|
-
|
98
|
-
# Cops for metrics are disabled because they should not cause tests to fail.
|
99
|
-
|
100
|
-
Metrics/AbcSize:
|
101
|
-
Enabled: false
|
102
|
-
|
103
|
-
Metrics/BlockLength:
|
104
|
-
Enabled: false
|
105
|
-
|
106
|
-
Metrics/BlockNesting:
|
107
|
-
Enabled: false
|
108
|
-
|
109
|
-
Metrics/ClassLength:
|
110
|
-
Enabled: false
|
111
|
-
|
112
|
-
Metrics/CyclomaticComplexity:
|
113
|
-
Enabled: false
|
114
|
-
|
115
|
-
Metrics/LineLength:
|
116
|
-
Enabled: false
|
117
|
-
|
118
|
-
Metrics/MethodLength:
|
119
|
-
Enabled: false
|
120
|
-
|
121
|
-
Metrics/ModuleLength:
|
122
|
-
Enabled: false
|
123
|
-
|
124
|
-
Metrics/ParameterLists:
|
125
|
-
Enabled: false
|
126
|
-
|
127
|
-
Metrics/PerceivedComplexity:
|
128
|
-
Enabled: false
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
# ----- DISABLED (opinionated) -----
|
133
|
-
|
134
|
-
# We should embrace UTF-8, not avoid it. Since the Encoding cop is enabled,
|
135
|
-
# there’s no point in enforcing ASCII comments.
|
136
|
-
Style/AsciiComments:
|
137
|
-
Enabled: false
|
138
|
-
|
139
|
-
# It does not make sense to enforce everything to have documentation.
|
140
|
-
Style/Documentation:
|
141
|
-
Enabled: false
|
142
|
-
|
143
|
-
# Nanoc suppresses exceptions for valid reasons in a few cases.
|
144
|
-
Lint/HandleExceptions:
|
145
|
-
Enabled: false
|
146
|
-
|
147
|
-
# if/unless at the end of the line makes it too easy to oversee.
|
148
|
-
Style/IfUnlessModifier:
|
149
|
-
Enabled: false
|
150
|
-
|
151
|
-
# Personal preference is to have decent constructors for exceptions rather than
|
152
|
-
# just a class and a message.
|
153
|
-
Style/RaiseArgs:
|
154
|
-
Enabled: false
|
155
|
-
|
156
|
-
# Some methods that appear to be accessors (return a single value or set a
|
157
|
-
# single value) should still not be considered to be accessors. This is a purely
|
158
|
-
# semantic difference.
|
159
|
-
Style/TrivialAccessors:
|
160
|
-
Enabled: false
|
161
|
-
|
162
|
-
# This does not always semantically make sense.
|
163
|
-
Style/GuardClause:
|
164
|
-
Enabled: false
|
165
|
-
|
166
|
-
# Used for “undo work, whatever error happens”
|
167
|
-
Lint/RescueWithoutErrorClass:
|
168
|
-
Enabled: false
|
169
|
-
|
170
|
-
# For the sake of consistency, it makes the most sense to retain $stderr.puts
|
171
|
-
# when used in situations where $stderr.flush, $stderr.print, … are also used.
|
172
|
-
Style/StderrPuts:
|
173
|
-
Enabled: false
|