Files
ale/ale_linters
Ivan Petkov 2ef45ab745 Teach ALE about cargo features and add some configuration options
* When working on rust/cargo projects of varying sizes, it may be useful
to either build all possible features (i.e. lint all possible
conditionally compiled code), or even turn off other features for a
quicker edit-lint cycle (e.g. for large projects with large build times)
* Added a g:ale_rust_cargo_default_feature_behavior flag for instructing
cargo to not build any features at all (via `--no-default-features`),
building default features (via no extra flags), or building all possible
features (via `--all-features`)
* Also added a g:ale_rust_cargo_include_features flag for including
arbitrary features to be checked by cargo. When coupled with
g:ale_rust_cargo_default_feature_behavior this allows for full
customization of what features are checked and which ones are ignored
2018-01-11 19:24:44 -08:00
..
2017-12-18 15:26:52 +01:00
2017-06-08 18:26:21 +01:00
2017-11-15 22:23:46 +00:00
2017-09-07 19:23:58 +01:00
2017-11-07 10:55:43 +02:00
2017-12-26 12:25:17 -06:00
2017-12-20 22:53:03 -06:00
2017-12-01 17:36:44 +00:00
2018-01-07 12:11:01 +00:00
2017-12-18 15:26:52 +01:00
2018-01-03 01:50:31 +09:00
2017-08-10 21:09:58 +01:00
2017-08-11 00:31:42 +01:00
2017-12-18 15:26:52 +01:00
2017-12-18 15:26:52 +01:00
2017-12-18 15:26:52 +01:00
2017-05-20 00:58:09 +08:00
2017-05-20 00:58:09 +08:00
2017-12-18 15:26:52 +01:00
2017-09-03 23:14:26 +01:00
2017-12-18 15:26:52 +01:00
2017-12-05 16:02:15 -03:00
2017-12-18 15:26:52 +01:00
2017-12-18 15:26:52 +01:00
2017-12-18 15:26:52 +01:00
2017-12-18 15:26:52 +01:00
2017-05-18 09:31:12 +01:00