This website requires JavaScript.
Explore
Help
Sign In
Cyclic0007
/
ruff
Watch
1
Star
0
Fork
0
You've already forked ruff
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
87c3b0e4e270b78da182fea07154552152b63321
ruff
/
ruff_cli
/
src
History
Martin Fischer
0f8f250bea
refactor: Simplify UpstreamCategory
...
There's no need to hardcode the prefix string since it can be derived from the RuleCodePrefix.
2023-02-02 23:46:32 -05:00
..
commands
refactor: Simplify UpstreamCategory
2023-02-02 23:46:32 -05:00
args.rs
refactor: Make Rule::from_code return Rule instead of &'static Rule
2023-02-02 23:46:32 -05:00
cache.rs
Always report parse errors back to the user (
#2505
)
2023-02-02 19:12:17 -05:00
commands.rs
Add number of files processed in debug info (-v) (
#2506
)
2023-02-02 20:19:00 -05:00
diagnostics.rs
Use a copy-on-write to avoid extra contents clone (
#2508
)
2023-02-02 20:19:16 -05:00
iterators.rs
Split off ruff_cli crate from ruff library
2023-01-13 21:37:54 -05:00
lib.rs
fix: clap usage for CLI help generation in the README (
#2358
)
2023-01-30 13:14:40 -05:00
main.rs
refactor: Make Rule::from_code return Rule instead of &'static Rule
2023-02-02 23:46:32 -05:00
printer.rs
Don't panic for --statistics with no errors (
#2391
)
2023-01-31 07:53:29 -05:00
resolve.rs
refactor: Move comments before if conditions
2023-01-25 22:08:35 -05:00
updates.rs
Split off ruff_cli crate from ruff library
2023-01-13 21:37:54 -05:00