소스 검색

更新codeclimate配置

newraina 9 년 전
부모
커밋
28fb8ebb70
2개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 2
      .codeclimate.yml
  2. 0 4
      demo/main.css

+ 1 - 2
.codeclimate.yml

@@ -20,8 +20,7 @@ ratings:
     - "**.rb"
 exclude_paths:
 - dist/
---exclude-exts=.min.css
---ignore=adjoining-classes,box-model,ids,order-alphabetical,unqualified-attributes
+
 ecmaFeatures:
   modules: true
 

+ 0 - 4
demo/main.css

@@ -38,7 +38,3 @@ button {
     appearance: none;
     border: none;
 }
-
-button:focus {
-    outline: none;
-}