visioncritical/consul_template

View on GitHub

Showing 15 of 49 total issues

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'openbsd-amd64'
          case resource.version
          when '0.18.1' then '59a0297cf2ad1058626409ee38192d5c17446d7e61e015421aadb47fc8a76698'
          when '0.18.0' then 'fcf05b93273e415fa5054956ea37b4d4bd34066b11cb07d238183264937a2017'
          when '0.16.0' then '602705d76906b23271195911878836100c7e0bc2434f6fc126e722588647e2f8'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'windows-i386'
          case resource.version
          when '0.18.1' then '8ce401ce123dda00e072e2ec21104ef9345b03ff6690096926cdd652714e399b'
          when '0.18.0' then '5d331a8a05f8dfc39cbb244775731a758fcea4de9d7f0926ada79d86455836b3'
          when '0.16.0' then '293b5009167eb611cacc2fb2910b8f92c1b7bce12d19d87ca158a78049463c98'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'freebsd-i386'
          case resource.version
          when '0.18.1' then '00fc58ed5c2dca1362018b84dd3ede684df447022dd0170c347387a0bb3178b1'
          when '0.18.0' then 'cabd90220af55ce9341c3bd52b69095f60fe1dadc8144c1ce8ec0ec4059ef0f0'
          when '0.16.0' then '332dd67a2e7f525caae155103cf9b99b85c2a900c65b19df254e7bbb75c34514'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'freebsd-amd64'
          case resource.version
          when '0.18.1' then '5f752338a02fd6557cf780676ba74f7f4cf3c35b6c9f0e48af50b2182a4f95cc'
          when '0.18.0' then '4eb4fff3e8d54d084c60f4cb41acf2045750cfd73b9cf2a031500854bd1cef35'
          when '0.16.0' then '12524bc543c9ce6c964b18177106a0b77c47b0afcff058db5c9bf21e0bc48b76'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'solaris-amd64'
          case resource.version
          when '0.18.1' then 'a584acda799ef405c068ea5a6f817af3301a2b555927e5abeb2503b3390ab012'
          when '0.18.0' then '8713d1ba5209a1dbec729df9f2698c033be770bb1a54f1c056a2beffd6ad9812'
          when '0.16.0' then 'd862879d5d0b85c1f6e49c459ab4a89530cf99d9d7ec65e7a51ee3cb9543bfab'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'linux-i386'
          case resource.version
          when '0.18.1' then '6704de6125f4d1aa5008d9a0a77daa709802d6f30ffccf139e8ff05065f42143'
          when '0.18.0' then 'e9c5d012cba33966b31c91b2638b63ad52f35037719628fbfbd351c5a4551f2c'
          when '0.16.0' then '497235d49a3c32b605416536a721dbcecb817d75f41f42a5a3e3dc7d6d74f7ff'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'netbsd-i386'
          case resource.version
          when '0.18.1' then '3dd4bc9709cea674a50dec1c51c65fcb54444c70ca6f528013ac1d5043d9ee2c'
          when '0.18.0' then '5bf61c6ca8e677e77489cf53f8245ecda185e0b289e259f08a13c4f4b1236c68'
          when '0.16.0' then '237a7f0b2bec644ae8a949d32228b02a37854eaebc9f618c0ee2c2f5b0b5d480'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'openbsd-i386'
          case resource.version
          when '0.18.1' then '396da8f55bc5001d66766c93dca345bf080ade93b1c5d3783037571db4cfaade'
          when '0.18.0' then '4362bbac5049b4217956133f4df68f02650efe2ecdf812a4a072f4b99f208995'
          when '0.16.0' then 'fcd723775c57b1b15d8402a80e859f8ddc52bc11f1ebc5515514a14149c63d5f'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'darwin-amd64'
          case resource.version
          when '0.18.1' then 'e807abf95061177241d8fcc6b80fee635d236a47a8befc39600a67e4cfda2f83'
          when '0.18.0' then 'a496c786f10e1abfc4c607637477fdcee829e3a25caa37ad4ae69714a927ea15'
          when '0.16.0' then '5f932f3601a1b5ff9e205f130635fa62638ea66e335a420457e7df39d95e4796'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'windows-amd64'
          case resource.version
          when '0.18.1' then 'cd2a265044bb64796fb8ecc97d1024fe4c24d1275e5783ef54acdf7e58fc4558'
          when '0.18.0' then '0ca5f3897b30c52e4b362656d22184c5e3187d56ea6dc915e621dfea2aef662d'
          when '0.16.0' then '824eff8a540510dd185023def1b957a09dc62bc2cbaab820525ea038c6bd5d0d'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'netbsd-amd64'
          case resource.version
          when '0.18.1' then '791b24397f2fd754a39a4190a7d830d198028d68eee030f3e15b4f3a59799bd0'
          when '0.18.0' then '3bc621c0004c1847182c4133a2fa05b8c27fc65075b057891ad4d931d5b39a27'
          when '0.16.0' then 'b169061ea5ddcd785833eceaf7ef9eca2a9fb83f579f851dd4c9419ea2834905'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'darwin-i386'
          case resource.version
          when '0.18.1' then '44c26daf01517e493de15e0d93afa500cb38fffdd12192abc58a9f85734224a0'
          when '0.18.0' then 'a3cb126143275374234255fae929c06193434761cc365854e87cf0fa552312fd'
          when '0.16.0' then '326f1bc31e770758b952f7313afcf89e7227ee2a472f4e6fe5c0f763debc48ee'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 177..190
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 13 locations. Consider refactoring.
Open

        when 'linux-amd64'
          case resource.version
          when '0.18.1' then '99dcee0ea187c74d762c5f8f6ceaa3825e1e1d4df6c0b0b5b38f9bcb0c80e5c8'
          when '0.18.0' then 'f7adf1f879389e7f4e881d63ef3b84bce5bc6e073eb7a64940785d32c997bc4b'
          when '0.16.0' then '064b0b492bb7ca3663811d297436a4bbf3226de706d2b76adade7021cd22e156'
Severity: Major
Found in libraries/consul_template_installation_binary.rb and 12 other locations - About 1 hr to fix
libraries/consul_template_installation_binary.rb on lines 102..115
libraries/consul_template_installation_binary.rb on lines 117..130
libraries/consul_template_installation_binary.rb on lines 132..145
libraries/consul_template_installation_binary.rb on lines 147..160
libraries/consul_template_installation_binary.rb on lines 162..175
libraries/consul_template_installation_binary.rb on lines 192..205
libraries/consul_template_installation_binary.rb on lines 207..220
libraries/consul_template_installation_binary.rb on lines 222..235
libraries/consul_template_installation_binary.rb on lines 237..250
libraries/consul_template_installation_binary.rb on lines 252..265
libraries/consul_template_installation_binary.rb on lines 267..280
libraries/consul_template_installation_binary.rb on lines 282..295

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 54.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

describe ConsulTemplateCookbook::Resource::ConsulTemplateService do
  step_into(:consul_template_service)
  let(:chefspec_options) { { os: 'linux', platform: 'centos', version: '6.7' } }

  recipe 'consul_template::default'
Severity: Minor
Found in test/spec/libraries/consul_template_service_linux_spec.rb and 1 other location - About 20 mins to fix
test/spec/libraries/consul_template_installation_linux_spec.rb on lines 4..10

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 27.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

describe ConsulTemplateCookbook::Resource::ConsulTemplateInstallation do
  step_into(:consul_template_installation)
  let(:chefspec_options) { { os: 'linux', platform: 'centos', version: '6.7' } }

  recipe 'consul_template::default'
Severity: Minor
Found in test/spec/libraries/consul_template_installation_linux_spec.rb and 1 other location - About 20 mins to fix
test/spec/libraries/consul_template_service_linux_spec.rb on lines 4..10

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 27.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language