Andre Bogus
|
94c97d2ec9
|
formatting
|
2017-01-15 01:12:16 +01:00 |
|
Andre Bogus
|
dbde3b8e1c
|
dogfood fallout
|
2017-01-15 00:33:29 +01:00 |
|
Oliver Schneider
|
0553de8573
|
run rustfmt on clippy, not only on clippy_lints
|
2016-12-21 12:36:25 +01:00 |
|
Oliver Schneider
|
ed9d71f2c9
|
remove nondeterminism by adjusting thresholds
|
2016-12-21 10:25:14 +01:00 |
|
Oliver Schneider
|
0a7ae5fec8
|
run rustfmt
|
2016-12-20 10:20:41 +01:00 |
|
Oliver Schneider
|
2cfe1e7b64
|
Merge pull request #1328 from Machtan/master
Add '--version' flag and allow version and help flags when called as 'cargo-clippy'
|
2016-11-09 10:49:16 +01:00 |
|
Jakob Lautrup Nysom
|
2d9386f86d
|
Remove unnecessary #[allow]
|
2016-11-09 10:44:55 +01:00 |
|
debris
|
d16cc47ae8
|
fixed #1331
|
2016-11-08 21:50:35 +01:00 |
|
Machtan
|
e5a5a95a10
|
Add '--version' flag and use version and help flags when called as 'cargo-clippy'
|
2016-11-08 14:28:46 +01:00 |
|
Machtan
|
3800bff4de
|
Add '--version' flag and allow version and help flags when called as 'cargo-clippy'
|
2016-11-08 13:54:08 +01:00 |
|
Oliver 'ker' Schneider
|
6a73c8f8e3
|
--sysroot isn't necessary anymore for the outer cargo clippy call
|
2016-11-08 11:35:26 +01:00 |
|
Epicat Supercell
|
e25b010847
|
fixed callback changes from rustc 1.14.0-nightly (7c69b0d5a 2016-11-01)
|
2016-11-02 21:27:42 +02:00 |
|
mcarton
|
ec893a198f
|
Fix small nits on the help message
|
2016-10-25 15:09:56 +02:00 |
|
mcarton
|
da943f5ec8
|
Allow --help to be any argument
Also dogfoog.
|
2016-10-24 16:29:36 +02:00 |
|
mcarton
|
409b8e7343
|
Revert "Revert "Automatically defines the clippy feature""
This reverts commit e4dceef7e7 .
|
2016-10-24 16:04:00 +02:00 |
|
mcarton
|
4923415930
|
Be more helping with cargo clippy --help
|
2016-10-24 15:31:11 +02:00 |
|
Arnavion
|
604694bc0b
|
Use .expect() for extracting the current_dir.
|
2016-10-23 12:29:33 -07:00 |
|
Arnavion
|
2315a817ce
|
Changed signature of cargo::metadata according to review comment.
|
2016-10-23 12:24:16 -07:00 |
|
Arnavion
|
ebbd00b1ab
|
Don't assume the first package in the result of cargo metadata is the current crate.
Instead find the one with the manifest path that matches the --manifest-path argument or the current directory.
Fixes #1247
|
2016-10-22 18:15:42 -07:00 |
|
mcarton
|
eec5425b34
|
Rustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09-29)*
|
2016-09-30 22:03:21 +02:00 |
|
Oliver Schneider
|
c89c5d21c1
|
Merge remote-tracking branch 'origin/master' into examples
|
2016-09-19 15:38:38 +02:00 |
|
mcarton
|
c090c3df21
|
Rustup to *rustc 1.13.0-nightly (cbe4de78e 2016-09-05)*
|
2016-09-06 19:04:38 +02:00 |
|
mcarton
|
36d8ca04a1
|
Add a MISSING_DOCS_IN_PRIVATE_ITEMS lint
|
2016-08-23 18:28:39 +02:00 |
|
Oliver Schneider
|
0dab78b3e6
|
unify "test", "bench", "example" and "bin" into one branch
|
2016-08-17 18:09:35 +02:00 |
|
Oliver Schneider
|
32a0069f67
|
no println output
|
2016-08-17 18:09:35 +02:00 |
|
Oliver Schneider
|
6d7269a675
|
also run clippy on examples
|
2016-08-17 18:09:35 +02:00 |
|
Manish Goregaokar
|
f006805c4a
|
Bump to 0.0.82
|
2016-08-17 09:20:20 +05:30 |
|
Sascha Hanse
|
9aa7701262
|
make clippy compile again with the latest nightly after rust-lang/rust@65eb024542
|
2016-08-17 00:21:58 +02:00 |
|
Oliver Schneider
|
871f8dcab3
|
don't run clippy on dependencies when running cargo clippy
|
2016-07-04 13:33:48 +02:00 |
|
mcarton
|
3c4af49662
|
Rustup to ea0dc9297283daff6486807f43e190b4eb561412
|
2016-07-01 17:44:17 +02:00 |
|
mcarton
|
e4dceef7e7
|
Revert "Automatically defines the clippy feature"
This reverts commit d7ba66bf44 .
It was causing problems with crates with:
```rust
#![cfg_attr(feature="clippy", plugin(clippy))]
```
|
2016-06-29 14:29:25 +02:00 |
|
Oliver Schneider
|
36c5026c48
|
fix cargo clippy when using with --manifest-path
|
2016-06-21 12:31:30 +02:00 |
|
Manish Goregaokar
|
5b1d849c7e
|
Revert "fix cargo clippy when using with --manifest-path "
This reverts commit b31bebeea4 .
|
2016-06-21 15:24:04 +05:30 |
|
Oliver Schneider
|
b31bebeea4
|
fix cargo clippy when using with --manifest-path
|
2016-06-21 11:35:34 +02:00 |
|
mcarton
|
489576437d
|
Cleanup dependencies and features
|
2016-06-10 00:09:17 +02:00 |
|
mcarton
|
11665a0d79
|
Dogfood
|
2016-06-10 00:08:14 +02:00 |
|
mcarton
|
90453fd893
|
Run rustfmt
Only partially apply suggestions.
|
2016-06-10 00:08:14 +02:00 |
|
mcarton
|
d7ba66bf44
|
Automatically defines the clippy feature
|
2016-06-08 21:53:58 +02:00 |
|
Oliver Schneider
|
8d5524f1da
|
clippy should work on all systems
|
2016-06-06 16:43:58 +02:00 |
|
Oliver Schneider
|
a81181b758
|
don't abort after successfully linting a target
|
2016-06-06 11:28:09 +02:00 |
|
Oliver Schneider
|
078cc68c52
|
no indexing
|
2016-06-02 17:39:28 +02:00 |
|
Oliver Schneider
|
7bb8ba4631
|
process more kinds of metadata
|
2016-06-02 17:29:25 +02:00 |
|
Oliver Schneider
|
80e81d351d
|
add version check to the unit tests
|
2016-05-30 12:47:04 +02:00 |
|
Oliver Schneider
|
e6a089efa9
|
dogfood
|
2016-05-30 11:32:02 +02:00 |
|
Oliver Schneider
|
0818e70497
|
don't require cargo clippy to pass a --lib or --bin x argument
|
2016-05-30 11:32:02 +02:00 |
|
Oliver Schneider
|
bf227f4729
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|