Skip to content

Commit

Permalink
Promote Swift out of beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lazarev committed Feb 6, 2016
1 parent ed491a2 commit 2a0975b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
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

0 comments on commit 2a0975b

Please sign in to comment.