Commit Graph

97 Commits

Author SHA1 Message Date
JP Simard a2ec02cb78 replace uses of 'variable_name' with 'identifier_name' in markdown files 2017-02-09 16:14:49 -08:00
Bjarke Hesthaven Søndergaard 54ba6e6340 Update README for Cocoapods script
The path should be surrounded by `""` to fix issues with spaces in `PODS_ROOT` path.
2017-01-27 11:54:03 +01:00
JP Simard 346f1f8d4c update "Rules" readme section
this hadn't been touched since SwiftLint was first prototyped and was pretty
outdated.
2017-01-23 16:55:05 -08:00
JP Simard 8b339a511f elaborate on swift versions readme section 2017-01-23 15:53:37 -08:00
JP Simard adbe86ca16 add documentation on working with multiple swift versions in README 2017-01-23 15:38:14 -08:00
JP Simard a83310b075 link to my SwiftLint presentation from the README 2017-01-10 17:36:56 -08:00
Marcelo Fabri e5563ef209 Update installation options on README (#1086)
Update installation options on README
2016-12-30 02:03:01 -02:00
Jamie Edge 8a37b26edb Update CHANGELOG and add missing HTML option to README. 2016-12-21 13:33:31 +00:00
JP Simard 9ed4bf0200 remove bash language specifier in some code blocks
these code blocks don't use any bash-isms and render strangely when it is specified
2016-12-20 00:43:08 -08:00
JP Simard 916aa2991c decouple README link from GitHub 2016-12-20 00:41:28 -08:00
Michael Helmbrecht e9b990a43f Add warning about plugin not working with Xcode 8 2016-12-19 20:02:50 -08:00
Michael Helmbrecht 4c98416308 Various grammar tweaks in README 2016-12-19 20:02:30 -08:00
Michał Kałużny d97632e52d Add human readable reporter that’s also funny because emoji. 2016-12-07 23:13:59 -08:00
JP Simard 0c211d5a33 update README to reflect Xcode 8 requirement 2016-12-01 22:01:04 -08:00
JP Simard cf99d8cee6 update README to reflect the ability to specify multiple rules in commands 2016-11-25 12:58:46 -08:00
JP Simard ded33bf026 miscellaneous README updates
- formatting
- Xcode version update
2016-11-25 09:57:26 -08:00
Norio Nomura ec953e28d5 Merge pull request #858 from yeswolf/master
Add information about SwiftLint plugin for AppCode into README.md
2016-10-29 22:51:04 +09:00
Stanislav Dombrovsky c847541d96 Adds information about SwiftLint plugin for AppCode into README.md 2016-10-25 21:22:30 +03:00
J. Cheyo Jimenez 1f062c4777 added reasons why a new rule should be opt in
this is a modification of https://github.com/realm/SwiftLint/issues/850
all credit goes to @marcelofabri
2016-10-24 12:50:32 -07:00
Norio Nomura 2013e09c0b Fix #794 and #795 2016-09-01 20:22:57 +09:00
Norio Nomura d00220e6e1 Change included to include
Fix #794
2016-09-01 09:45:09 +09:00
Matthew Ellis 07313c09a5 Add JUnit reporter 2016-07-22 20:50:58 +01:00
J Cheyo Jimenez 37ada7baf8 Readme update with link to contributing.md 2016-07-12 09:27:42 -07:00
bootstraponline 0d78cdb0c2 Add included to custom rules 2016-06-23 10:21:45 -04:00
Shipeng Xu d04d1ca0e9 Update README.md
It should be `swiftlint` instead of 'swift` right?
2016-06-09 08:35:57 +08:00
JP Simard 1a255b8a86 set realm logo width to 184 2016-06-02 20:56:32 -07:00
JP Simard af387f850c undo realm logo size change 2016-06-02 20:43:33 -07:00
JP Simard c4efd82c3a "About" section fixes 2016-06-02 20:41:41 -07:00
JP Simard d3e40323cd add "About" section and Realm logo 2016-06-02 20:40:07 -07:00
JP Simard 51824f0940 link to Realm's Code of Conduct page in the readme 2016-05-26 14:35:25 -07:00
Maurício Hanika 633aa893e2 Update README.md
Remove the `use_nested_configs: true` part, as this is default behavior now.
2016-05-12 14:05:09 +02:00
Francisco Costa 48be5c7b17 Set the reporter type to xcode on the .swiftlint.yml example 2016-05-02 12:42:52 +02:00
JP Simard 18bc70c257 minor formatting tweaks to Xcode plugin in readme 2016-04-06 11:03:30 -07:00
Yuya Tanaka 934bf201c4 Add link to SwiftLintXcode plugin 2016-04-06 20:49:36 +09:00
Berik Visschers c153f43170 Emit a build warning if SwiftLint is not installed 2016-02-05 16:09:22 +01:00
Scott Hoyt 88aedc087a Move README assets to assets. Update README. 2016-02-02 22:16:58 -08:00
JP Simard abc58b2f92 use consistent styling for unordered lists in README 2016-01-29 14:12:28 -08:00
Daniel Beard 998bed9716 Add whitelist only rules 2016-01-29 13:55:31 -08:00
Scott Hoyt 92d8e64088 Updated README. 2016-01-25 13:49:26 -08:00
Scott Hoyt cee1dba326 Fixed typo. 2016-01-25 13:15:47 -08:00
Scott Hoyt b0c20f4c38 Added missing match_kind to README 2016-01-25 13:10:59 -08:00
Scott Hoyt a4e96b8820 Updated README 2016-01-25 13:09:32 -08:00
Scott Hoyt ea7f3eaaf8 Update README 2016-01-25 13:05:44 -08:00
Scott Hoyt 87c5342dd5 Update README. 2016-01-23 17:42:13 -08:00
JP Simard a1732567af Merge pull request #366 from realm/sh-codecov
Add Codecov
2016-01-14 14:19:48 -08:00
Sean Hussey 2f5e049f3b Fixing a minor typo
At least, I think it's a typo. I would probably want to exclude a file names ```EcludedFile.swift```, too.
2016-01-14 11:21:35 -05:00
Scott Hoyt 4df94353fd Add Codecov badge to README. 2016-01-13 22:31:53 -08:00
JP Simard b82d5681b7 update recently added section on script input files in README
to more accurately reflect usage, ExtraBuildPhase plugin and further reading
2016-01-10 17:32:42 -08:00
NachoSoto 222dcae68b README: added note about --use-script-input-files
This was introduced in #193, now it's documented! I also added `autocorrect` to the list of available commands in the `README`.

Closes #334.
2016-01-10 16:15:03 -08:00
JP Simard 864d8d6fde readme fixes 2016-01-02 15:45:53 -08:00