Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote Swift out of beta #1065

Merged
merged 1 commit into from Feb 8, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion app/models/hound_config.rb
Expand Up @@ -6,7 +6,6 @@ class HoundConfig
jshint
mdast
python
swift
)
LANGUAGES = %w(
coffeescript
Expand Down
23 changes: 12 additions & 11 deletions app/views/pages/configuration.haml
Expand Up @@ -400,17 +400,8 @@
config_file: .flake8.ini

%article#swift
%h3 Swift (beta)
%h3 Swift

%p
Add the following code to your
%em.code .hound.yml
to enable Swift style checking.

%code.code-block
:preserve
swift:
enabled: true
%p
Hound uses
= link_to "SwiftLint",
Expand All @@ -429,9 +420,19 @@
%code.code-block
:preserve
swift:
enabled: true
config_file: .swiftlint.yml

%p
If you would like to disable Swift style checking,
add the following code to your
%em.code .hound.yml
file.

%code.code-block
:preserve
swift:
enabled: false

%p
For more information on the available configuration in your
%em.code config_file
Expand Down