阿方索十世
一个简单的拼写检查工具,可简化代码文件的拼写检查。
安装
将此行添加到您的应用程序的Gemfile中:
gem 'alfonsox'
然后执行:
$ bundle install
或自己安装为:
$ gem install alfonsox
建立
确保在系统中安装了 。
不需要安装词典,因为此软件包已包含。
用法
终奌站
定义配置文件
创建具有以下结构的YML文件以设置拼写检查过程的配置:
# Paths the files to ve spellchecked are
Paths :
- ' lib/**.rb '
- ' test/**.rb '
- ' ... other paths that will be spellcheck '
# Dictionaries, choose one or all of these options
# Note the name of these subsections can be customized,
# i.e. instead of MyEnglishDictionaryFromLocalPa