Skip to content

Commit

Permalink
Added initial file path linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ereichert committed Aug 7, 2016
1 parent 8890e8a commit b331986
Show file tree
Hide file tree
Showing 4 changed files with 399 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
book/
*~
.idea
.DS_Store
target
140 changes: 140 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "rust-book"
version = "0.0.1"
authors = ["Steve Klabnik <[email protected]>"]
description = "The Rust Book"

[dependencies]
walkdir = "0.1.5"
docopt = "0.6.82"
rustc-serialize = "0.3.19"
Loading

0 comments on commit b331986

Please sign in to comment.