`を維持するRubocopYL `
しばらくの間、私が更新するたびに
私も、警官をアルファベット順に持ちたいです.
しかし、手動で新しいCOPSを注文することは、私に若干の時間を要して、煩わしい仕事でした.
結局、私はスクリプトを名前につけました
今日、私がするすべては、コピーペーストです
満足.🙂
詳細はこちらhttps://github.com/lxxxvi/ruboclean/ .
カバーイメージnrd on unsplash )
rubocop
私のプロジェクトの最新バージョンへの宝石bundle exec rubocop
私は、このように見えるメッセージを得ますThe following cops were added to RuboCop, but are not configured. Please set Enabled to either `true` or `false` in your `.rubocop.yml` file.
Please also note that can also opt-in to new cops by default by adding this to your config:
AllCops:
NewCops: enable
Lint/DuplicateRequire: # (new in 0.90)
Enabled: true
Lint/EmptyFile: # (new in 0.90)
Enabled: true
Lint/TrailingCommaInAttributeDeclaration: # (new in 0.90)
Enabled: true
Lint/UselessMethodDefinition: # (new in 0.90)
Enabled: true
Style/CombinableLoops: # (new in 0.90)
Enabled: true
Style/KeywordParametersOrder: # (new in 0.90)
Enabled: true
Style/RedundantSelfAssignment: # (new in 0.90)
Enabled: true
Style/SoleNestedConditional: # (new in 0.89)
Enabled: true
Rails/AfterCommitOverride: # (new in 2.8)
Enabled: true
Rails/SquishedSQLHeredocs: # (new in 2.8)
Enabled: true
Rails/WhereNot: # (new in 2.8)
Enabled: true
For more information: https://docs.rubocop.org/rubocop/versioning.html
私は“デフォルトで新しい警官にオプトイン”ではない-男と追加し、新しいCOPSを手動で設定することを好む.私も、警官をアルファベット順に持ちたいです.
しかし、手動で新しいCOPSを注文することは、私に若干の時間を要して、煩わしい仕事でした.
結局、私はスクリプトを名前につけました
ruboclean
それで、同じ「フェティッシュな」誰でも、それを使うことができます.今日、私がするすべては、コピーペーストです
.rubocop.yml
それから実行ruboclean
... 完了.満足.🙂
詳細はこちらhttps://github.com/lxxxvi/ruboclean/ .
カバーイメージnrd on unsplash )
Reference
この問題について(`を維持するRubocopYL `), 我々は、より多くの情報をここで見つけました https://dev.to/lxxxvi/maintaining-rubocop-yml-2obhテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol