README.md in danger-pep8-0.0.1 vs README.md in danger-pep8-0.0.2
- old
+ new
@@ -37,10 +37,16 @@
```rb
pep8.base_dir = "src"
pep8.lint
```
+#### Use GitHub's inline comments instead of a markdown table
+
+```rb
+pep8.lint(use_inline_comments=true)
+```
+
#### Running using a configuration file different than the usual
If you need to specify a different configuration file, use the `config_file` parameter below. Check [this link](http://flake8.pycqa.org/en/latest/user/configuration.html#configuration-locations) for more information about Configuration Locations.
```rb
pep8.config_file = ".flake8_ci"
@@ -77,15 +83,5 @@
5. Make your changes.
## License
MIT
-
-## TODO
-- [x] write specs
-- [x] configure ci build
-- [x] create a changelog
-- [x] add code comments
-- [x] fill out readme.md
-- [x] open source it
-- [ ] publish gem
-- [ ] send MR to danger.systems