CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 03 Aug 2025 21:20:12 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090604055515
location: https://web.archive.org/web/20090604055515/https://github.com/kevinclark/nitpick/tree/v1.0.0
server-timing: captures_list;dur=3.439562, exclusion.robots;dur=0.023084, exclusion.robots.policy;dur=0.011168, esindex;dur=0.013720, cdx.remote;dur=497.523041, LoadShardBlock;dur=199.445976, PetaboxLoader3.datanode;dur=86.123252, PetaboxLoader3.resolve;dur=58.632638
x-app-server: wwwb-app216
x-ts: 302
x-tr: 761
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 03 Aug 2025 21:20:14 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Thu, 04 Jun 2009 05:55:14 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 398ms
x-archive-orig-etag: "d1b737ea9cab2ba113c6b10a989bab19"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 21585
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 04 Jun 2009 05:55:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 04 Jun 2009 05:55:15 GMT", ; rel="memento"; datetime="Thu, 04 Jun 2009 05:55:15 GMT", ; rel="last memento"; datetime="Thu, 04 Jun 2009 05:55:15 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_10_20090604055352_crawl102-c/52_10_20090604055438_crawl101.arc.gz
server-timing: captures_list;dur=0.611700, exclusion.robots;dur=0.020048, exclusion.robots.policy;dur=0.009377, esindex;dur=0.013238, cdx.remote;dur=237.159029, LoadShardBlock;dur=421.440031, PetaboxLoader3.resolve;dur=211.603079, PetaboxLoader3.datanode;dur=319.007339, load_resource;dur=132.676717
x-app-server: wwwb-app216
x-ts: 200
x-tr: 872
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
kevinclark's nitpick at v1.0.0 - GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Run the following if you haven't already:
gem sources -a https://gems.github.com
Install the gem(s):
sudo gem install kevinclark-nitpick
Description: | A lint for Ruby |
Homepage: | https://github.com/kevinclark/nitpick/wikis |
Clone URL: |
git://github.com/kevinclark/nitpick.git
Give this clone URL to anyone.
git clone git://github.com/kevinclark/nitpick.git
|
nitpick /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Thu Mar 19 00:58:40 -0700 2009 | Add .gitignore [kevinclark] |
![]() |
LICENSE | Loading commit data... ![]() |
|
![]() |
README | Wed Mar 18 20:51:03 -0700 2009 | %s/dust/nitpick/g [kevinclark] |
![]() |
Rakefile | ||
![]() |
VERSION.yml | ||
![]() |
bin/ | ||
![]() |
lib/ | ||
![]() |
nitpick.gemspec | ||
![]() |
spec/ |
Ruby lint. Sorta. https://github.com/kevinclark/nitpick/wikis Clio:nitpick kev$ ./bin/nitpick spec/fixtures/block_badness.rb \ > spec/fixtures/branch_badness.rb \ > spec/fixtures/method_badness.rb \ > spec/fixtures/rescue_badness.rb \ > spec/fixtures/local_variable_badness.rb ./spec/fixtures/branch_badness.rb:20: warning: found = in conditional, should be == Fixtures::BlockBadness no_conditional_for_block_given - A block is being yielded to without a check for block_given? simple_conditional_without_check - A block is being yielded to without a check for block_given? Fixtures::BranchBadness branch_returning_identical_things - The branches of 'if (true)' are identical. branch_returning_true_or_false - No need for an if. Just return '(1 == 2)' as a boolean. branch_with_assignment_as_condition - An assigment is being used as a condition: (a = 1) - The variable :a is unused. Fixtures::LocalVariableBadness anonymous_args - The method :anonymous_args is empty. block_arg_unused - The argument :block is unused. lvar_shadowed - One or more variables are being shadowed (x) lvar_shadowed_many_block_vars - One or more variables are being shadowed (x) rescue_to_variable - The variable :e is unused. simple_unused_arg - The argument :other is unused. unused_arg - The argument :arg is unused. unused_lasgn - The variable :bar is unused. Fixtures::MethodBadness empty_method - The method :empty_method is empty. Fixtures::RescueBadness rescue_exception - A rescue is capturing Object or Exception, which may hide errors. rescue_nil - A rescue is returning "nil" directly and may not handle an error. rescue_object - A rescue is capturing Object or Exception, which may hide errors.
This feature is coming soon. Sit tight!